/external/squashfs-tools/squashfs-tools/ |
restore.c | 68 pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask);
|
process_fragments.c | 261 pthread_sigmask(SIG_BLOCK, &sigmask, &old_mask);
|
/external/avahi/avahi-common/ |
thread-watch.c | 68 pthread_sigmask(SIG_BLOCK, &mask, NULL);
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 64 pthread_sigmask(SIG_SETMASK, &new_set, &saved_set); 66 pthread_sigmask(SIG_SETMASK, &saved_set, NULL);
|
/system/core/logwrapper/ |
logwrap.c | 528 pthread_sigmask(SIG_BLOCK, &blockset, &oldset); 538 pthread_sigmask(SIG_SETMASK, &oldset, NULL); 589 pthread_sigmask(SIG_SETMASK, &oldset, NULL);
|
/external/webrtc/webrtc/base/ |
physicalsocketserver_unittest.cc | 496 pthread_sigmask(SIG_SETMASK, &mask, NULL); 511 EXPECT_EQ(0, pthread_sigmask(SIG_SETMASK, &mask, NULL));
|
/development/ndk/platforms/android-21/include/ |
pthread.h | 239 int pthread_sigmask(int, const sigset_t*, sigset_t*);
|
/development/ndk/platforms/android-3/include/ |
pthread.h | 202 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/development/ndk/platforms/android-5/include/ |
pthread.h | 229 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 234 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/development/ndk/platforms/android-9/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/ |
pthread.h | 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|