Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_sigmask.cpp35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() function
/bionic/tests/
Dpthread_test.cpp358 TEST(pthread, pthread_sigmask) { in TEST() argument