HomeSort by relevance Sort by last modified time
    Searched refs:pthread_sigmask (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /bionic/libc/bionic/
pthread_sigmask.cpp 35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { function
posix_timers.cpp 151 pthread_sigmask(SIG_BLOCK, sigset.get(), old_sigset.get());
155 pthread_sigmask(SIG_SETMASK, old_sigset.get(), NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sigthread.h 31 extern int pthread_sigmask (int __how,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigthread.h 31 extern int pthread_sigmask (int __how,
  /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 185 pthread_sigmask (SIG_BLOCK, &set, &state->old);
195 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/chromium_org/third_party/webrtc/base/
physicalsocketserver_unittest.cc 251 pthread_sigmask(SIG_SETMASK, &mask, NULL);
266 EXPECT_EQ(0, pthread_sigmask(SIG_SETMASK, &mask, NULL));
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 285 int WRAP(pthread_sigmask)(int portable_how, const sigset_portable_t *portable_sigset, function
288 extern int REAL(pthread_sigmask)(int how, const sigset_t *set, sigset_t *oset);
295 ret = do_sigmask(portable_how, portable_sigset, portable_oldset, REAL(pthread_sigmask), NULL);
  /system/core/logwrapper/
logwrap.c 518 pthread_sigmask(SIG_BLOCK, &blockset, &oldset);
528 pthread_sigmask(SIG_SETMASK, &oldset, NULL);
557 pthread_sigmask(SIG_SETMASK, &oldset, NULL);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h 138 int _EXFUN(pthread_sigmask, (int how, const sigset_t *set, sigset_t *oset));
  /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/linux-tools-perf/perf-3.12.0/tools/perf/
perf.c 447 pthread_sigmask(SIG_BLOCK, &set, NULL);
456 pthread_sigmask(SIG_UNBLOCK, &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);
  /external/qemu/util/
qemu-thread-posix.c 412 pthread_sigmask(SIG_SETMASK, &set, &oldset);
417 pthread_sigmask(SIG_SETMASK, &oldset, NULL);
  /bionic/tests/
pthread_test.cpp 284 TEST(pthread, pthread_sigmask) {
288 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, NULL, &original_set));
295 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &set, NULL));
300 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, NULL, &final_set));
302 // ...and that sigprocmask agrees with pthread_sigmask.
322 ASSERT_EQ(0, pthread_sigmask(SIG_SETMASK, &original_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);
  /art/runtime/
fault_handler.cc 44 // 2. use pthread_sigmask to allow SIGSEGV and SIGABRT signals to be delivered to the
338 pthread_sigmask(SIG_UNBLOCK, &sigset, nullptr);

Completed in 1207 milliseconds

1 2 3 4 5