HomeSort by relevance Sort by last modified time
    Searched refs:SIGPROF (Results 101 - 125 of 242) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/go/darwin-x86/src/runtime/
signal_dragonfly.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_freebsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_nacl.go 40 /* 27 */ {_SigNotify, "SIGPROF: profiling alarm clock"},
signal_netbsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_openbsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
sigtab_linux_generic.go 41 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
raceprof.go 44 pthread_kill(pthread_self(), SIGPROF);
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_dragonfly.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_freebsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_nacl.go 40 /* 27 */ {_SigNotify, "SIGPROF: profiling alarm clock"},
signal_netbsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_openbsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
sigtab_linux_generic.go 41 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
raceprof.go 44 pthread_kill(pthread_self(), SIGPROF);
  /toolchain/binutils/binutils-2.27/libiberty/
strsignal.c 180 #if defined (SIGPROF)
181 ENTRY(SIGPROF, "SIGPROF", "Profiling timer expired"),
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
itimer.c 124 raise(SIGPROF);
153 the ITIMER_PROF timer expires, the SIGPROF signal is delivered.
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_annotation.cc 143 if (sigaction(SIGPROF, &act, 0)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c 115 if (signal(SIGPROF, alarm_handler) == SIG_ERR) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
16-1.c 81 {SIGPROF, "SIGPROF", 0},
  /external/strace/
printsiginfo.c 103 case SIGPROF:
  /external/v8/src/libsampler/
sampler.cc 377 (sigaction(SIGPROF, &sa, &old_signal_handler_) == 0);
382 sigaction(SIGPROF, &old_signal_handler_, 0);
406 if (signal != SIGPROF) return;
628 pthread_kill(platform_data()->vm_tid(), SIGPROF);
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 43 used by the shell for job control). The SIGPROF signal is handled
52 the synchronous signals, SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF,
148 the SIGPROF signal in particular.
157 SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF, SIGCANCEL, and
163 follows. If the signal is SIGPROF, the Go handler does
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 43 used by the shell for job control). The SIGPROF signal is handled
52 the synchronous signals, SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF,
148 the SIGPROF signal in particular.
157 SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF, SIGCANCEL, and
163 follows. If the signal is SIGPROF, the Go handler does
  /external/minijail/linux-x86/
libconstants.gen.c     [all...]

Completed in 1410 milliseconds

1 2 3 45 6 7 8 910