HomeSort by relevance Sort by last modified time
    Searched defs:pthread_sigmask (Results 1 - 3 of 3) 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/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 108 milliseconds