Searched refs:internal_sigprocmask (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/generic/ |
D | internal-signals.h | 46 #define internal_sigprocmask(__h, __s, __o) __sigprocmask (__h, __s, __o) macro
|
/glibc-2.36/stdlib/ |
D | abort.c | 64 internal_sigprocmask (SIG_UNBLOCK, &sigs, NULL); in abort()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | internal-signals.h | 70 internal_sigprocmask (int how, const internal_sigset_t *set, in internal_sigprocmask() function
|
D | spawni.c | 290 internal_sigprocmask (SIG_SETMASK, &args->oldmask, NULL); in __spawni_child()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.25 | 1943 (internal_sigprocmask): Modified. 2007 (internal_sigprocmask): New. 2023 (internal_sigprocmask): New function.
|