HomeSort by relevance Sort by last modified time
    Searched refs:SIGCANCEL (Results 1 - 15 of 15) sorted by null

  /external/ltp/testcases/kernel/syscalls/sighold/
sighold02.c 59 #define SIGCANCEL 32
85 case SIGCANCEL:
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 120 #define SIGCANCEL 32
736 case SIGCANCEL:
  /prebuilts/go/darwin-x86/src/runtime/
sigtab_linux_generic.go 46 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
signal_solaris.go 44 /* 36 */ {_SigSetStack + _SigUnblock, "SIGCANCEL: reserved signal for thread cancellation"}, // Oracle's spelling of cancelation.
sigtab_linux_mipsx.go 43 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
  /prebuilts/go/linux-x86/src/runtime/
sigtab_linux_generic.go 46 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
signal_solaris.go 44 /* 36 */ {_SigSetStack + _SigUnblock, "SIGCANCEL: reserved signal for thread cancellation"}, // Oracle's spelling of cancelation.
sigtab_linux_mipsx.go 43 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 53 and, on GNU/Linux, signals 32 (SIGCANCEL) and 33 (SIGSETXID)
54 (SIGCANCEL and SIGSETXID are used internally by glibc). Subprocesses
157 SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF, SIGCANCEL, and
180 If the Go runtime sees an existing signal handler for the SIGCANCEL or
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 53 and, on GNU/Linux, signals 32 (SIGCANCEL) and 33 (SIGSETXID)
54 (SIGCANCEL and SIGSETXID are used internally by glibc). Subprocesses
157 SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF, SIGCANCEL, and
180 If the Go runtime sees an existing signal handler for the SIGCANCEL or
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 487 SIGCANCEL = 36
STROPTS.py 484 SIGCANCEL = 36
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 1107 #define VKI_SIGCANCEL SIGCANCEL /* 36 */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_solaris_amd64.go     [all...]

Completed in 385 milliseconds