Searched refs:_pthread_sigmask (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/include/
H A Dreentrant.h123 #define thr_sigsetmask(f, n, o) _pthread_sigmask(f, n, o)
H A Dnamespace.h195 #define pthread_sigmask _pthread_sigmask
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c602 __weak_reference(_pthread_sigmask, pthread_sigmask);
605 _pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) function
H A Dthr_init.c264 {DUAL_ENTRY(_pthread_sigmask)}, /* PJT_SIGMASK */

Completed in 136 milliseconds