/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 13-1.c | 73 ret = setitimer(ITIMER_VIRTUAL, &it, NULL); in main() 77 "Failed to set interval timer for ITIMER_VIRTUAL"); in main() 112 ret = getitimer(ITIMER_VIRTUAL, &it); in main() 116 "Failed to read ITIMER_VIRTUAL in child"); in main() 120 FAILED("Timer ITIMER_VIRTUAL was not reset in child"); in main()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-async-sig.c | 160 setitimer (ITIMER_VIRTUAL, &interval, NULL); in sighandler() 179 setitimer (ITIMER_VIRTUAL, &interval, NULL); in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
H A D | cpuacct_task.c | 67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/getitimer/ |
H A D | getitimer02.c | 32 {ITIMER_VIRTUAL, &invalid, EFAULT},
|
H A D | getitimer01.c | 29 {ITIMER_VIRTUAL, "ITIMER_VIRTUAL"}, 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 | 37 TST_EXP_FAIL(sys_setitimer(ITIMER_VIRTUAL, value, (void *)-1), EFAULT); in verify_setitimer()
|
H A D | setitimer01.c | 37 {ITIMER_VIRTUAL, "ITIMER_VIRTUAL", SIGVTALRM}, 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 | 68 * @tc.desc : Verify the value of the interval timer (parameter is ITIMER_VIRTUAL) 75 int result = getitimer(ITIMER_VIRTUAL, &old); in getitimer_0200()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 11-1.c | 74 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) { in main() 75 perror("setitimer(ITIMER_VIRTUAL, ...)"); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 36 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/include/sys/ |
H A D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 245 // ITIMER_VIRTUAL timing mode 256 if (setitimer(ITIMER_VIRTUAL, &timer, nullptr) == -1) { in Bm_function_Setitimer_virtualtime()
|
/third_party/python/Modules/ |
H A D | signalmodule.c | 901 Sets given itimer (one of ITIMER_REAL, ITIMER_VIRTUAL or ITIMER_PROF). 1432 ITIMER_VIRTUAL -- decrements only when the process is executing,\n\ 1436 Coupled with ITIMER_VIRTUAL, this timer is usually\n\ 1593 #ifdef ITIMER_VIRTUAL 1594 ADD_INT_MACRO(ITIMER_VIRTUAL);
|
/third_party/python/Lib/test/ |
H A D | test_signal.py | 780 raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " 783 # disable ITIMER_VIRTUAL, this function shouldn't be called anymore 784 signal.setitimer(signal.ITIMER_VIRTUAL, 0) 811 self.itimer = signal.ITIMER_VIRTUAL
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 541 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1149 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1406 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1328 pub const ITIMER_VIRTUAL: u32 = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2632 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2071 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1331 pub const ITIMER_VIRTUAL: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1323 pub const ITIMER_VIRTUAL: u32 = 1; consts
|