Home
last modified time | relevance | path

Searched refs:ITIMER_VIRTUAL (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D13-1.c73 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 Dtest-async-sig.c160 setitimer (ITIMER_VIRTUAL, &interval, NULL); in sighandler()
179 setitimer (ITIMER_VIRTUAL, &interval, NULL); in main()
/third_party/ltp/testcases/kernel/controllers/cpuacct/
H A Dcpuacct_task.c67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
/third_party/ltp/testcases/kernel/syscalls/getitimer/
H A Dgetitimer02.c32 {ITIMER_VIRTUAL, &invalid, EFAULT},
H A Dgetitimer01.c29 {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 Dsetitimer02.c37 TST_EXP_FAIL(sys_setitimer(ITIMER_VIRTUAL, value, (void *)-1), EFAULT); in verify_setitimer()
H A Dsetitimer01.c37 {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 Dgetitimer.c68 * @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 D11-1.c74 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 Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dtime.h36 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/include/sys/
H A Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp245 // ITIMER_VIRTUAL timing mode
256 if (setitimer(ITIMER_VIRTUAL, &timer, nullptr) == -1) { in Bm_function_Setitimer_virtualtime()
/third_party/python/Modules/
H A Dsignalmodule.c901 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 Dtest_signal.py780 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 Dmod.rs541 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1149 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1406 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1328 pub const ITIMER_VIRTUAL: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2632 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2071 pub const ITIMER_VIRTUAL: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1331 pub const ITIMER_VIRTUAL: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1323 pub const ITIMER_VIRTUAL: u32 = 1; consts

Completed in 81 milliseconds

12