HomeSort by relevance Sort by last modified time
    Searched refs:ITIMER_PROF (Results 76 - 92 of 92) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
time.h 45 #define ITIMER_PROF 2
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
time.h 45 #define ITIMER_PROF 2
  /external/compiler-rt/test/msan/
signal_stress_test.cc 45 setitimer(ITIMER_PROF, &itv, NULL);
67 setitimer(ITIMER_PROF, &itv, NULL);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
getpc_test.cc 68 setitimer(ITIMER_PROF, &timer, 0);
profile-handler_unittest.cc 67 // Sleep interval in nano secs. ITIMER_PROF goes off only afer the specified CPU
80 static int timer_type_ = ITIMER_PROF;
203 timer_type_ = (getenv("CPUPROFILE_REALTIME") ? ITIMER_REAL : ITIMER_PROF);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
getpc_test.cc 68 setitimer(ITIMER_PROF, &timer, 0);
profile-handler_unittest.cc 67 // Sleep interval in nano secs. ITIMER_PROF goes off only afer the specified CPU
80 static int timer_type_ = ITIMER_PROF;
203 timer_type_ = (getenv("CPUPROFILE_REALTIME") ? ITIMER_REAL : ITIMER_PROF);
  /external/compiler-rt/test/asan/TestCases/Linux/
uar_signals.cc 36 if (setitimer(ITIMER_PROF, &timer, 0) != 0) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 137 // ITIMER_PROF (which uses SIGPROF), or ITIMER_REAL (which uses SIGALRM)
254 timer_type_ = (getenv("CPUPROFILE_REALTIME") ? ITIMER_REAL : ITIMER_PROF);
457 const int signal_number = (timer_type_ == ITIMER_PROF ? SIGPROF : SIGALRM);
469 const int signal_number = (timer_type_ == ITIMER_PROF ? SIGPROF : SIGALRM);
475 const int signal_number = (timer_type_ == ITIMER_PROF ? SIGPROF : SIGALRM);
534 // ITIMER_PROF doesn't work under cygwin. ITIMER_REAL is available, but doesn't
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 137 // ITIMER_PROF (which uses SIGPROF), or ITIMER_REAL (which uses SIGALRM)
254 timer_type_ = (getenv("CPUPROFILE_REALTIME") ? ITIMER_REAL : ITIMER_PROF);
457 const int signal_number = (timer_type_ == ITIMER_PROF ? SIGPROF : SIGALRM);
469 const int signal_number = (timer_type_ == ITIMER_PROF ? SIGPROF : SIGALRM);
475 const int signal_number = (timer_type_ == ITIMER_PROF ? SIGPROF : SIGALRM);
534 // ITIMER_PROF doesn't work under cygwin. ITIMER_REAL is available, but doesn't
  /external/chromium_org/third_party/libevent/compat/sys/
_libevent_time.h 136 #define ITIMER_PROF 2
_time.h 136 #define ITIMER_PROF 2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 424 signal.setitimer(signal.ITIMER_PROF, 0)
474 self.itimer = signal.ITIMER_PROF
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 424 signal.setitimer(signal.ITIMER_PROF, 0)
474 self.itimer = signal.ITIMER_PROF
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 376 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
382 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
391 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
397 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 381 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
387 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
396 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
402 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 382 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
388 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
397 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
403 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
    [all...]

Completed in 369 milliseconds

1 2 34