Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dpselect.c41 pthread_sigmask( SIG_SETMASK, sigmask, &oldmask ); in pselect()
56 pthread_sigmask( SIG_SETMASK, &oldmask, NULL ); in pselect()
/bionic/libc/include/
Dpthread.h263 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
/bionic/libc/docs/
DCHANGES.TXT149 - fix pthread_sigmask() to properly return an error code without touching
/bionic/libc/bionic/
Dpthread.c1835 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() function