Home
last modified time | relevance | path

Searched defs:pthread_sigmask (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread_misc.c59 __strong_alias(__libc_thr_sigsetmask,pthread_sigmask) in __strong_alias() argument
165 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() function
/netbsd-src/include/
H A Dsignal.h80 #define pthread_sigmask __libc_thr_sigsetmask macro
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dinternal.h87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) macro
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Ddispatcher.c995 pthread_sigmask (int how, const sigset_t* iset, sigset_t* oset) in pthread_sigmask() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1836 TSAN_INTERCEPTOR(int, pthread_sigmask, int how, const __sanitizer_sigset_t *set, in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1878 TSAN_INTERCEPTOR(int, pthread_sigmask, int how, const __sanitizer_sigset_t *set, in TSAN_INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1944 TSAN_INTERCEPTOR(int, pthread_sigmask, int how, const __sanitizer_sigset_t *set, in TSAN_INTERCEPTOR() argument