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

1 2 3 4 5 6 7 8 9

  /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/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",
  /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/valgrind/main/none/tests/
pth_blockedsig.c 41 if (pthread_sigmask (SIG_BLOCK, &newmask, &oldmask) != 0)
  /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,
  /external/qemu/android/utils/
system.c 184 pthread_sigmask (SIG_BLOCK, &set, &state->old);
194 pthread_sigmask (SIG_SETMASK, &state->old, NULL);
  /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/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/bison/m4/
signal_h.m4 34 ]], [pthread_sigmask sigaction
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /bionic/tests/
pthread_test.cpp 173 TEST(pthread, pthread_sigmask) {
178 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &set, NULL));
  /system/core/logwrapper/
logwrap.c 496 pthread_sigmask(SIG_BLOCK, &blockset, &oldset);
506 pthread_sigmask(SIG_SETMASK, &oldset, NULL);
534 pthread_sigmask(SIG_SETMASK, &oldset, 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
297 ret = do_sigmask(portable_how, portable_sigset, portable_oldset, pthread_sigmask, NULL);

Completed in 3721 milliseconds

1 2 3 4 5 6 7 8 9