Searched refs:__pthread_sigmask (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/nptl/ |
D | pthread_sigmask.c | 24 __pthread_sigmask (int how, const sigset_t *newmask, sigset_t *oldmask) in __pthread_sigmask() function 47 libc_hidden_def (__pthread_sigmask) 49 versioned_symbol (libc, __pthread_sigmask, pthread_sigmask, GLIBC_2_32); 51 strong_alias (__pthread_sigmask, __pthread_sigmask_2);
|
/glibc-2.36/sysdeps/nptl/ |
D | gai_misc.h | 85 sigerr = __pthread_sigmask (SIG_SETMASK, &ss, NULL); in __gai_start_notify_thread() 110 sigerr = __pthread_sigmask (SIG_SETMASK, &ss, &oss); in __gai_create_helper_thread() 116 sigerr = __pthread_sigmask (SIG_SETMASK, &oss, NULL); in __gai_create_helper_thread()
|
D | pthreadP.h | 532 extern int __pthread_sigmask (int, const sigset_t *, sigset_t *); 533 libc_hidden_proto (__pthread_sigmask);
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | mq_notify.c | 77 return __pthread_sigmask (how, &ss, oss); in change_sigmask() 187 __pthread_sigmask (SIG_SETMASK, &oss, NULL); in init_mq_netlink()
|
D | sigprocmask.c | 25 int result = __pthread_sigmask (how, set, oset); in __sigprocmask()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 2745 (__pthread_sigmask): Modified function. 8326 (__pthread_sigmask): Modified function. 8374 (__pthread_sigmask): New function. 8406 (__pthread_sigmask): New function.
|
D | ChangeLog.25 | 1981 (__pthread_sigmask): Modified function.
|