Commit 83fbd4e
committed
doc: note that default signal handling resets the signal mask
`InitializeOncePerProcess()` without `kNoDefaultSignalHandling` calls
`pthread_sigmask(SIG_SETMASK, ...)` with a set containing only SIGUSR1,
which unblocks every signal the embedder had blocked on the calling
thread. Say so in the flag's documentation.
Refs: #44121
Signed-off-by: Shelley Vohr <shelley.vohr@gmail.com>1 parent 2e04ef7 commit 83fbd4e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| |||
0 commit comments