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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigthread.h 31 extern int pthread_sigmask (int __how,
  /bionic/libc/unistd/
pselect.c 41 pthread_sigmask( SIG_SETMASK, sigmask, &oldmask );
56 pthread_sigmask( SIG_SETMASK, &oldmask, NULL );
  /external/valgrind/main/none/tests/
pth_blockedsig.c 41 if (pthread_sigmask (SIG_BLOCK, &newmask, &oldmask) != 0)
  /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.12/src/thread/pthread/
SDL_systhread.c 89 pthread_sigmask(SIG_BLOCK, &mask, 0);
  /external/qemu/distrib/sdl-1.2.12/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 388 pthread_sigmask(SIG_BLOCK, &set, NULL);
392 pthread_sigmask(SIG_UNBLOCK, &set, NULL);
407 pthread_sigmask(SIG_UNBLOCK, &set, NULL);
411 pthread_sigmask(SIG_BLOCK, &set, NULL);
  /bionic/libc/include/
pthread.h 263 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /development/ndk/platforms/android-3/include/
pthread.h 196 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /development/ndk/platforms/android-5/include/
pthread.h 223 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /development/ndk/platforms/android-8/include/
pthread.h 228 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /development/ndk/platforms/android-9/include/
pthread.h 265 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 196 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 196 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 196 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 223 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 228 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 228 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
pthread.h 196 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/
pthread.h 223 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
pthread.h 228 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 265 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
pthread.h 196 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);

Completed in 348 milliseconds

1 2