Home
last modified time | relevance | path

Searched refs:ITIMER_PROF (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D13-1.c80 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 Dgetitimer03.c97 * ITIMER_REAL = 0, ITIMER_VIRTUAL = 1 and ITIMER_PROF = 2 in main()
101 TEST(getitimer(-ITIMER_PROF, value)); in main()
H A Dgetitimer02.c33 {-ITIMER_PROF, &value, EINVAL},
H A Dgetitimer01.c30 {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 Dsetitimer02.c40 TST_EXP_FAIL(sys_setitimer(-ITIMER_PROF, value, ovalue), EINVAL); in verify_setitimer()
H A Dsetitimer03.c102 * ITIMER_REAL = 0, ITIMER_VIRTUAL = 1 and ITIMER_PROF = 2 in main()
106 TEST(setitimer(-ITIMER_PROF, value, ovalue)); in main()
H A Dsetitimer01.c38 {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 Dgetitimer.c81 * @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 Dtime.h15 #define ITIMER_PROF 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtime.h15 #define ITIMER_PROF 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dtime.h37 #define ITIMER_PROF 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtime.h15 #define ITIMER_PROF 2 macro
/third_party/musl/include/sys/
H A Dtime.h15 #define ITIMER_PROF 2 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-6.c118 if (setitimer(ITIMER_PROF, &it, NULL)) { in run_hp_threads()
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp227 // ITIMER_PROF timing mode
238 if (setitimer(ITIMER_PROF, &timer, nullptr) == -1) { in Bm_function_Setitimer_peoftime()
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc398 // 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 Dsignalmodule.c901 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 Dtest_signal.py790 signal.setitimer(signal.ITIMER_PROF, 0)
831 self.itimer = signal.ITIMER_PROF
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs542 pub const ITIMER_PROF: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1150 pub const ITIMER_PROF: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1407 pub const ITIMER_PROF: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1329 pub const ITIMER_PROF: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2633 pub const ITIMER_PROF: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2072 pub const ITIMER_PROF: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1332 pub const ITIMER_PROF: u32 = 2; consts

Completed in 69 milliseconds

12