Home
last modified time | relevance | path

Searched refs:pthread_sigmask (Results 1 – 5 of 5) 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
Dposix_timers.cpp151 pthread_sigmask(SIG_BLOCK, sigset.get(), old_sigset.get()); in timer_create()
155 pthread_sigmask(SIG_SETMASK, old_sigset.get(), NULL); in timer_create()
/bionic/tests/
Dpthread_test.cpp284 TEST(pthread, pthread_sigmask) { in TEST() argument
288 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, NULL, &original_set)); in TEST()
295 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &set, NULL)); in TEST()
300 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, NULL, &final_set)); in TEST()
322 ASSERT_EQ(0, pthread_sigmask(SIG_SETMASK, &original_set, NULL)); in TEST()
/bionic/libc/include/
Dpthread.h239 int pthread_sigmask(int, const sigset_t*, sigset_t*);
/bionic/libc/
DAndroid.mk172 bionic/pthread_sigmask.cpp \