HomeSort by relevance Sort by last modified time
    Searched defs:pthread_sigmask (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
pthread_sigmask.cpp 35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { function
  /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
  /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);
  /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...]

Completed in 1107 milliseconds