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

1 2 3 4 5 67 8 910

  /prebuilts/go/darwin-x86/src/runtime/
cpuprof.go 123 // by the fact that only one SIGPROF can be handled by the
signal_unix.go 150 // SIGPROF is handled specially for profiling.
175 // SIGPROF is handled specially for profiling.
204 // SIGPROF is handled specially for profiling.
cgocall.go 218 // a SIGPROF signal while manipulating the slice, and
219 // the SIGPROF handler could pick up gp.cgoCtxt while
  /prebuilts/go/linux-x86/src/runtime/
cpuprof.go 123 // by the fact that only one SIGPROF can be handled by the
signal_unix.go 150 // SIGPROF is handled specially for profiling.
175 // SIGPROF is handled specially for profiling.
204 // SIGPROF is handled specially for profiling.
cgocall.go 218 // a SIGPROF signal while manipulating the slice, and
219 // the SIGPROF handler could pick up gp.cgoCtxt while
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 382 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
394 ASSERT_EQ(0, sigaction(SIGPROF, &signal_action, NULL));
397 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
408 ASSERT_EQ(0, sigaction(SIGPROF, &signal_action, old_signal_action));
411 // Tests that death tests work when SIGPROF handler and timer are set.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_signal.py 420 print("SIGPROF handler invoked", args)
468 signal.signal(signal.SIGPROF, self.sig_prof)
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 107 SIGPROF = 29
  /external/python/cpython2/Lib/test/
test_signal.py 427 print("SIGPROF handler invoked", args)
475 signal.signal(signal.SIGPROF, self.sig_prof)
  /external/python/cpython3/Lib/test/
test_signal.py 596 signal.signal(signal.SIGPROF, self.sig_prof)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_signal.py 427 print("SIGPROF handler invoked", args)
475 signal.signal(signal.SIGPROF, self.sig_prof)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_signal.py 427 print("SIGPROF handler invoked", args)
475 signal.signal(signal.SIGPROF, self.sig_prof)
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 554 t.Skipf("skipping SIGPROF test on %s", GOOS)
556 t.Skipf("skipping SIGPROF test on %s; see https://golang.org/issue/19320", GOOS)
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 554 t.Skipf("skipping SIGPROF test on %s", GOOS)
556 t.Skipf("skipping SIGPROF test on %s; see https://golang.org/issue/19320", GOOS)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 427 print("SIGPROF handler invoked", args)
475 signal.signal(signal.SIGPROF, self.sig_prof)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 427 print("SIGPROF handler invoked", args)
475 signal.signal(signal.SIGPROF, self.sig_prof)
  /external/ppp/pppd/
main.c 746 #ifdef SIGPROF
747 SIGNAL(SIGPROF, bad_signal);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 707 // StartCPUProfile relies on the SIGPROF signal, but that signal will
708 // be delivered to the main program's SIGPROF signal handler (if any)
710 // for syscall.SIGPROF, but note that doing so may break any profiling
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 707 // StartCPUProfile relies on the SIGPROF signal, but that signal will
708 // be delivered to the main program's SIGPROF signal handler (if any)
710 // for syscall.SIGPROF, but note that doing so may break any profiling
  /external/e2fsprogs/misc/
e4crypt.c 261 sigaction(SIGPROF, &sa, 0);
  /external/f2fs-tools/tools/
f2fscrypt.c 306 sigaction(SIGPROF, &sa, 0);
  /external/valgrind/include/vki/
vki-darwin.h 497 #define VKI_SIGPROF SIGPROF
  /libcore/luni/src/main/java/android/system/
OsConstants.java 439 public static final int SIGPROF = placeholder();
    [all...]

Completed in 914 milliseconds

1 2 3 4 5 67 8 910