HomeSort by: relevance | last modified time | path
    Searched defs:pthread_sigmask (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_misc.c 59 __strong_alias(__libc_thr_sigsetmask,pthread_sigmask)
60 __strong_alias(__sigprocmask14,pthread_sigmask)
165 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) function in typeref:typename:int
  /src/include/
signal.h 74 int pthread_sigmask(int, const sigset_t * __restrict,
80 #define pthread_sigmask __libc_thr_sigsetmask macro

Completed in 13 milliseconds