Searched refs:pthread_sigmask (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/unistd/
H A Dpselect.c41 pthread_sigmask( SIG_SETMASK, sigmask, &oldmask );
56 pthread_sigmask( SIG_SETMASK, &oldmask, NULL );
/bionic/libc/include/
H A Dpthread.h263 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
/bionic/libc/bionic/
H A Dpthread.c1835 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) function
1837 /* pthread_sigmask must return the error code, but the syscall

Completed in 6 milliseconds