Home
last modified time | relevance | path

Searched refs:__pthread_sigmask (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/nptl/
Dpthread_sigmask.c24 __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/
Dgai_misc.h85 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()
DpthreadP.h532 extern int __pthread_sigmask (int, const sigset_t *, sigset_t *);
533 libc_hidden_proto (__pthread_sigmask);
/glibc-2.36/sysdeps/unix/sysv/linux/
Dmq_notify.c77 return __pthread_sigmask (how, &ss, oss); in change_sigmask()
187 __pthread_sigmask (SIG_SETMASK, &oss, NULL); in init_mq_netlink()
Dsigprocmask.c25 int result = __pthread_sigmask (how, set, oset); in __sigprocmask()
/glibc-2.36/ChangeLog.old/
DChangeLog.212745 (__pthread_sigmask): Modified function.
8326 (__pthread_sigmask): Modified function.
8374 (__pthread_sigmask): New function.
8406 (__pthread_sigmask): New function.
DChangeLog.251981 (__pthread_sigmask): Modified function.