Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dsignal.cpp49 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp368 TEST(pthread, pthread_sigmask) { in TEST() argument