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

  /bionic/libc/bionic/
pthread_sigmask.cpp 38 int pthread_sigmask(int how, const sigset_t* iset, sigset_t* oset) { function
  /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);
  /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 185 milliseconds