Home
last modified time | relevance | path

Searched refs:pthread_sigmask (Results 1 – 25 of 76) sorted by relevance

1234

/glibc-2.36/sysdeps/mach/hurd/
Dgai_misc.h31 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/
Dtst-signal5.c36 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()
Dtst-signal8.c30 TEST_COMPARE (pthread_sigmask (SIG_BLOCK, 0, &set), 0); in tf()
37 TEST_COMPARE (pthread_sigmask (SIG_BLOCK, 0, &set), 0); in tf()
Dtst-signal1.c38 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in tf()
70 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in receiver()
Dtst-signal6.c84 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
161 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in do_test()
Dtst-signal4.c38 int e = pthread_sigmask (r, &ss, NULL); in do_test()
Dtst-kill2.c38 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
Dtst-cancel1.c50 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
Dtst-kill3.c53 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
Dtst-cancel25.c16 if (pthread_sigmask (SIG_SETMASK, NULL, &mask) != 0) in tf2()
Dtst-signal2.c74 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in receiver()
Dtst-pt-tls2.c171 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in do_test()
Dtst-cancel4.c577 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/
Dpthread_sigmask.c49 versioned_symbol (libc, __pthread_sigmask, pthread_sigmask, GLIBC_2_32);
52 compat_symbol (libc, __pthread_sigmask_2, pthread_sigmask, GLIBC_2_0);
Dtst-exec4.c35 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in tf()
80 if (pthread_sigmask (SIG_SETMASK, NULL, &ss) != 0) in do_test()
Dtst-tls3.c166 if (pthread_sigmask (SIG_BLOCK, &ss, NULL) != 0) in do_test()
192 if (pthread_sigmask (SIG_UNBLOCK, &ss, NULL) != 0) in do_test()
Dtst-signal3.c81 if (pthread_sigmask (SIG_UNBLOCK, &ss, NULL) != 0) in tf()
104 if (pthread_sigmask (SIG_SETMASK, &ss, NULL) != 0) in do_test()
DVersions67 pthread_sigmask;
251 pthread_sigmask;
/glibc-2.36/support/
Dxpthread_sigmask.c27 if (pthread_sigmask (how, set, oldset) != 0) in xpthread_sigmask()
/glibc-2.36/bits/
Dsigthread.h30 extern int pthread_sigmask (int __how, const __sigset_t *__newmask,
/glibc-2.36/htl/
Dpt-sigmask.c25 pthread_sigmask (int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() function
DVersions127 pthread_sigmask;
/glibc-2.36/sysdeps/pthread/bits/
Dsigthread.h31 extern int pthread_sigmask (int __how,
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c471 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/
Dtst-mqueue5.c408 if (pthread_sigmask (SIG_BLOCK, &set, NULL)) in do_child()
526 if (pthread_sigmask (SIG_UNBLOCK, &set, NULL)) in do_child()

1234