Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/asm-generic/
Dsignal.h9 #ifndef SIG_UNBLOCK
10 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/external/valgrind/main/none/tests/
Dcoolo_sigaction.cpp21 sigprocmask(SIG_UNBLOCK, &(act.sa_mask), 0); in setupHandlers()
Dpending.c64 sigprocmask(SIG_UNBLOCK, &sigusr1, NULL); in main()
/external/qemu/
Dcpus.c392 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in block_io_signals()
407 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in unblock_io_signals()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp191 sigprocmask(SIG_UNBLOCK, &SigMask, 0); in CrashRecoverySignalHandler()
/external/valgrind/main/auxprogs/
Daix5_VKI_info.c261 printf("#define VKI_SIG_UNBLOCK %d\n",SIG_UNBLOCK ); in main()
/external/webkit/Source/JavaScriptCore/heap/
DMachineStackMarker.cpp140 pthread_sigmask(SIG_UNBLOCK, &mask, 0); in Thread()
/external/ppp/pppd/
Dmain.c656 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL); in handle_events()
659 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL); in handle_events()
/external/llvm/lib/Support/Unix/
DSignals.inc134 sigprocmask(SIG_UNBLOCK, &SigMask, 0);
/external/valgrind/main/include/vki/
Dvki-darwin.h449 #define VKI_SIG_UNBLOCK SIG_UNBLOCK
/external/strace/
Dsignal.c248 { SIG_UNBLOCK, "SIG_UNBLOCK" },