/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 13-1.c | 80 ret = setitimer(ITIMER_PROF, &it, NULL); in main() 84 "Failed to set interval timer for ITIMER_PROF"); in main() 123 ret = getitimer(ITIMER_PROF, &it); in main() 127 "Failed to read ITIMER_PROF in child"); in main() 131 FAILED("Timer ITIMER_PROF was not reset in child"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/getitimer/ |
H A D | getitimer03.c | 97 * ITIMER_REAL = 0, ITIMER_VIRTUAL = 1 and ITIMER_PROF = 2 in main() 101 TEST(getitimer(-ITIMER_PROF, value)); in main()
|
H A D | getitimer02.c | 33 {-ITIMER_PROF, &value, EINVAL},
|
H A D | getitimer01.c | 30 {ITIMER_PROF, "ITIMER_PROF"}, 73 * ITIMER_VIRTUAL and ITIMER_PROF timers always expire a in verify_getitimer()
|
/third_party/ltp/testcases/kernel/syscalls/setitimer/ |
H A D | setitimer02.c | 40 TST_EXP_FAIL(sys_setitimer(-ITIMER_PROF, value, ovalue), EINVAL); in verify_setitimer()
|
H A D | setitimer03.c | 102 * ITIMER_REAL = 0, ITIMER_VIRTUAL = 1 and ITIMER_PROF = 2 in main() 106 TEST(setitimer(-ITIMER_PROF, value, ovalue)); in main()
|
H A D | setitimer01.c | 38 {ITIMER_PROF, "ITIMER_PROF", SIGPROF}, 93 * ITIMER_VIRTUAL and ITIMER_PROF timers always expire a in verify_setitimer()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | getitimer.c | 81 * @tc.desc : Verify the value of the interval timer (parameter is ITIMER_PROF) 88 int result = getitimer(ITIMER_PROF, &old); in getitimer_0300()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 15 #define ITIMER_PROF 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 15 #define ITIMER_PROF 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 37 #define ITIMER_PROF 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 15 #define ITIMER_PROF 2 macro
|
/third_party/musl/include/sys/ |
H A D | time.h | 15 #define ITIMER_PROF 2 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 1-6.c | 118 if (setitimer(ITIMER_PROF, &it, NULL)) { in run_hp_threads()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 227 // ITIMER_PROF timing mode 238 if (setitimer(ITIMER_PROF, &timer, nullptr) == -1) { in Bm_function_Setitimer_peoftime()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 398 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms). 412 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, nullptr)); in SetSigprofActionAndTimer() 415 // Disables ITIMER_PROF timer and ignores SIGPROF signal. 421 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, nullptr)); in DisableSigprofActionAndTimer()
|
/third_party/python/Modules/ |
H A D | signalmodule.c | 901 Sets given itimer (one of ITIMER_REAL, ITIMER_VIRTUAL or ITIMER_PROF). 1434 ITIMER_PROF -- decrements both when the process is executing and\n\ 1596 #ifdef ITIMER_PROF 1597 ADD_INT_MACRO(ITIMER_PROF);
|
/third_party/python/Lib/test/ |
H A D | test_signal.py | 790 signal.setitimer(signal.ITIMER_PROF, 0) 831 self.itimer = signal.ITIMER_PROF
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 542 pub const ITIMER_PROF: ::c_int = 2; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1150 pub const ITIMER_PROF: ::c_int = 2; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1407 pub const ITIMER_PROF: ::c_int = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1329 pub const ITIMER_PROF: u32 = 2; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2633 pub const ITIMER_PROF: ::c_int = 2; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2072 pub const ITIMER_PROF: ::c_int = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1332 pub const ITIMER_PROF: u32 = 2; consts
|