/glibc-2.36/sysdeps/mach/hurd/ |
D | gai_misc.h | 31 sigerr = pthread_sigmask (SIG_SETMASK, &ss, NULL); in __gai_start_notify_thread() 54 sigerr = pthread_sigmask (SIG_SETMASK, &ss, &oss); in __gai_create_helper_thread() 60 sigerr = pthread_sigmask (SIG_SETMASK, &oss, NULL); in __gai_create_helper_thread()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-signal5.c | 36 if (pthread_sigmask (SIG_SETMASK, NULL, &ss2) != 0) in tf() 64 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in do_test() 87 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in do_test()
|
D | tst-signal8.c | 30 TEST_COMPARE (pthread_sigmask (SIG_BLOCK, 0, &set), 0); in tf() 37 TEST_COMPARE (pthread_sigmask (SIG_BLOCK, 0, &set), 0); in tf()
|
D | tst-signal1.c | 38 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in tf() 70 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in receiver()
|
D | tst-signal6.c | 84 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf() 161 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in do_test()
|
D | tst-signal4.c | 38 int e = pthread_sigmask (r, &ss, NULL); in do_test()
|
D | tst-kill2.c | 38 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
|
D | tst-cancel1.c | 50 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
|
D | tst-kill3.c | 53 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
|
D | tst-cancel25.c | 16 if (pthread_sigmask (SIG_SETMASK, NULL, &mask) != 0) in tf2()
|
D | tst-signal2.c | 74 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in receiver()
|
D | tst-pt-tls2.c | 171 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in do_test()
|
D | tst-cancel4.c | 577 TEST_VERIFY_EXIT (pthread_sigmask (SIG_BLOCK, &mask, NULL) == 0); in tf_sigwait() 603 TEST_VERIFY_EXIT (pthread_sigmask (SIG_BLOCK, &mask, NULL) == 0); in tf_sigwaitinfo() 637 TEST_VERIFY_EXIT (pthread_sigmask (SIG_BLOCK, &mask, NULL) == 0); in tf_sigtimedwait()
|
/glibc-2.36/nptl/ |
D | pthread_sigmask.c | 49 versioned_symbol (libc, __pthread_sigmask, pthread_sigmask, GLIBC_2_32); 52 compat_symbol (libc, __pthread_sigmask_2, pthread_sigmask, GLIBC_2_0);
|
D | tst-exec4.c | 35 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf() 80 if (pthread_sigmask (SIG_SETMASK, NULL, &ss) != 0) in do_test()
|
D | tst-tls3.c | 166 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in do_test() 192 if (pthread_sigmask (SIG_UNBLOCK, &ss, NULL) != 0) in do_test()
|
D | tst-signal3.c | 81 if (pthread_sigmask (SIG_UNBLOCK, &ss, NULL) != 0) in tf() 104 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in do_test()
|
D | Versions | 67 pthread_sigmask; 251 pthread_sigmask;
|
/glibc-2.36/support/ |
D | xpthread_sigmask.c | 27 if (pthread_sigmask (how, set, oldset) != 0) in xpthread_sigmask()
|
/glibc-2.36/bits/ |
D | sigthread.h | 30 extern int pthread_sigmask (int __how, const __sigset_t *__newmask,
|
/glibc-2.36/htl/ |
D | pt-sigmask.c | 25 pthread_sigmask (int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() function
|
D | Versions | 127 pthread_sigmask;
|
/glibc-2.36/sysdeps/pthread/bits/ |
D | sigthread.h | 31 extern int pthread_sigmask (int __how,
|
/glibc-2.36/sysdeps/htl/ |
D | timer_routines.c | 471 pthread_sigmask (SIG_SETMASK, &set, &oset); in __timer_thread_start() 480 pthread_sigmask (SIG_SETMASK, &oset, NULL); in __timer_thread_start()
|
/glibc-2.36/rt/ |
D | tst-mqueue5.c | 408 if (pthread_sigmask (SIG_BLOCK, &set, NULL)) in do_child() 526 if (pthread_sigmask (SIG_UNBLOCK, &set, NULL)) in do_child()
|