/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigthread.h | 31 extern int pthread_sigmask (int __how,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigthread.h | 31 extern int pthread_sigmask (int __how,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigthread.h | 31 extern int pthread_sigmask (int __how,
|
/bionic/libc/bionic/ |
pselect.c | 41 pthread_sigmask( SIG_SETMASK, sigmask, &oldmask ); 56 pthread_sigmask( SIG_SETMASK, &oldmask, NULL );
|
pthread_sigmask.cpp | 38 int pthread_sigmask(int how, const sigset_t* iset, sigset_t* oset) { function
|
/external/bison/lib/ |
signal.in.h | 59 pthread_sigmask in <pthread.h>, not in <signal.h>. 130 # undef pthread_sigmask 131 # define pthread_sigmask rpl_pthread_sigmask 133 _GL_FUNCDECL_RPL (pthread_sigmask, int, 135 _GL_CXXALIAS_RPL (pthread_sigmask, int, 139 _GL_FUNCDECL_SYS (pthread_sigmask, int, 142 _GL_CXXALIAS_SYS (pthread_sigmask, int, 145 _GL_CXXALIASWARN (pthread_sigmask); 147 # undef pthread_sigmask 149 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - [all...] |
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
signal.c | 100 pthread_sigmask (int how, sigset_t const *set, sigset_t * oset) function
|
/external/valgrind/main/none/tests/ |
pth_blockedsig.c | 41 if (pthread_sigmask (SIG_BLOCK, &newmask, &oldmask) != 0)
|
/external/bison/darwin-lib/ |
signal.h | 60 pthread_sigmask in <pthread.h>, not in <signal.h>. 442 # undef pthread_sigmask 443 # define pthread_sigmask rpl_pthread_sigmask 445 _GL_FUNCDECL_RPL (pthread_sigmask, int, 447 _GL_CXXALIAS_RPL (pthread_sigmask, int, 451 _GL_FUNCDECL_SYS (pthread_sigmask, int, 454 _GL_CXXALIAS_SYS (pthread_sigmask, int, 457 _GL_CXXALIASWARN (pthread_sigmask); 459 # undef pthread_sigmask macro 461 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - [all...] |
/external/bison/linux-lib/ |
signal.h | 60 pthread_sigmask in <pthread.h>, not in <signal.h>. 442 # undef pthread_sigmask 443 # define pthread_sigmask rpl_pthread_sigmask 445 _GL_FUNCDECL_RPL (pthread_sigmask, int, 447 _GL_CXXALIAS_RPL (pthread_sigmask, int, 451 _GL_FUNCDECL_SYS (pthread_sigmask, int, 454 _GL_CXXALIAS_SYS (pthread_sigmask, int, 457 _GL_CXXALIASWARN (pthread_sigmask); 459 # undef pthread_sigmask macro 461 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - [all...] |
/external/qemu/android/utils/ |
system.c | 184 pthread_sigmask (SIG_BLOCK, &set, &state->old); 194 pthread_sigmask (SIG_SETMASK, &state->old, NULL);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
SDL_systhread.c | 89 pthread_sigmask(SIG_BLOCK, &mask, 0);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
SDL_systhread.c | 115 pthread_sigmask(SIG_BLOCK, &mask, 0);
|
/external/qemu/audio/ |
audio_pt_int.c | 50 err = pthread_sigmask (SIG_BLOCK, &set, &old_set); 52 efunc = "pthread_sigmask"; 58 err2 = pthread_sigmask (SIG_SETMASK, &old_set, NULL); 60 logerr (p, err2, "%s(%s): pthread_sigmask (restore) failed",
|
/external/qemu/ |
qemu-thread.c | 162 pthread_sigmask(SIG_SETMASK, &set, &oldset); 167 pthread_sigmask(SIG_SETMASK, &oldset, NULL);
|
cpus.c | 413 pthread_sigmask(SIG_BLOCK, &set, NULL); 417 pthread_sigmask(SIG_UNBLOCK, &set, NULL); 432 pthread_sigmask(SIG_UNBLOCK, &set, NULL); 436 pthread_sigmask(SIG_BLOCK, &set, NULL);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
physicalsocketserver_unittest.cc | 270 pthread_sigmask(SIG_SETMASK, &mask, NULL); 285 EXPECT_EQ(0, pthread_sigmask(SIG_SETMASK, &mask, NULL));
|
/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 288 int WRAP(pthread_sigmask)(int portable_how, const sigset_portable_t *portable_sigset, function 291 extern int REAL(pthread_sigmask)(int how, const sigset_t *set, sigset_t *oset); 298 ret = do_sigmask(portable_how, portable_sigset, portable_oldset, REAL(pthread_sigmask), NULL);
|
/system/core/logwrapper/ |
logwrap.c | 522 pthread_sigmask(SIG_BLOCK, &blockset, &oldset); 532 pthread_sigmask(SIG_SETMASK, &oldset, NULL); 561 pthread_sigmask(SIG_SETMASK, &oldset, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 64 pthread_sigmask(SIG_SETMASK, &new_set, &saved_set); 66 pthread_sigmask(SIG_SETMASK, &saved_set, 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);
|
/bionic/tests/ |
pthread_test.cpp | 174 TEST(pthread, pthread_sigmask) { 179 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &set, NULL));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
low_level_alloc.cc | 228 (pthread_sigmask(SIG_BLOCK, &all, &this->mask_) == 0); 240 pthread_sigmask(SIG_SETMASK, &this->mask_, 0);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
low_level_alloc.cc | 228 (pthread_sigmask(SIG_BLOCK, &all, &this->mask_) == 0); 240 pthread_sigmask(SIG_SETMASK, &this->mask_, 0);
|
/bionic/libc/include/ |
pthread.h | 267 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
|