HomeSort by: relevance | last modified time | path
    Searched defs:SIG_SETMASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
signal.h 244 #define SIG_SETMASK 3 /* set specified signal set */
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 151 const int SIG_SETMASK = 3;
154 const int SIG_SETMASK = 3;
157 const int SIG_SETMASK = 2;
1956 int res = REAL(pthread_sigmask)(SIG_SETMASK, &sctx->emptyset, &sctx->oldset);
1966 res = REAL(pthread_sigmask)(SIG_SETMASK, &sctx->oldset, 0);

Completed in 14 milliseconds