HomeSort by relevance Sort by last modified time
    Searched refs:pthread_sigmask (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
pthread.h 239 int pthread_sigmask(int, const sigset_t*, sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
pthread.h 239 int pthread_sigmask(int, const sigset_t*, sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
pthread.h 239 int pthread_sigmask(int, const sigset_t*, sigset_t*);
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
pthread.h 202 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
pthread.h 202 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
pthread.h 229 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
pthread.h 234 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
pthread.h 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
pthread.h 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
pthread.h 271 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /art/runtime/
fault_handler.cc 47 // 2. use pthread_sigmask to allow SIGSEGV and SIGABRT signals to be delivered to the
178 pthread_sigmask(SIG_UNBLOCK, &sigset, nullptr);
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 307 pthread_sigmask(SIG_UNBLOCK, &set, NULL);
  /bionic/tests/
pthread_test.cpp 358 TEST(pthread, pthread_sigmask) {
362 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, NULL, &original_set));
369 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &set, NULL));
374 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, NULL, &final_set));
376 // ...and that sigprocmask agrees with pthread_sigmask.
396 ASSERT_EQ(0, pthread_sigmask(SIG_SETMASK, &original_set, NULL));
    [all...]
  /system/core/adb/
commandline.cpp 510 pthread_sigmask(SIG_BLOCK, &sigset, nullptr);
522 pthread_sigmask(SIG_UNBLOCK, &mask, nullptr);
692 pthread_sigmask(SIG_BLOCK, &mask, nullptr);
    [all...]
  /external/libchrome/base/process/
launch_posix.cc 97 // POSIX says pthread_sigmask() must be used in multi-threaded processes,
98 // but Android's pthread_sigmask() was broken until 4.1:
103 RAW_CHECK(pthread_sigmask(SIG_SETMASK, &new_sigmask, &old_sigmask) == 0);
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c     [all...]
mksquashfs.c     [all...]
  /external/avahi/avahi-compat-howl/
compat.c 173 pthread_sigmask(SIG_BLOCK, &mask, NULL);
  /external/avahi/avahi-compat-libdns_sd/
compat.c 310 pthread_sigmask(SIG_BLOCK, &mask, NULL);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 104 extern "C" int pthread_sigmask(int how, const __sanitizer_sigset_t *set,
    [all...]
  /bionic/libc/
Android.mk 580 bionic/pthread_sigmask.cpp \
    [all...]
  /external/bison/
maint.mk 608 bsd_signal kill killpg pthread_kill pthread_sigmask raise sigaction \
    [all...]
configure     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1522 milliseconds

1 2 3 45