Searched refs:pthread_sigmask (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_sigmask.cpp | 35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() function
|
D | posix_timers.cpp | 151 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/ |
D | pthread_test.cpp | 284 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/ |
D | pthread.h | 239 int pthread_sigmask(int, const sigset_t*, sigset_t*);
|
/bionic/libc/ |
D | Android.mk | 172 bionic/pthread_sigmask.cpp \
|