Home
last modified time | relevance | path

Searched refs:ITIMER_VIRTUAL (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D13-1.c73 ret = setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
112 ret = getitimer(ITIMER_VIRTUAL, &it); in main()
/third_party/libunwind/tests/
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/
Dcpuacct_task.c67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
/third_party/ltp/testcases/kernel/syscalls/getitimer/
Dgetitimer01.c40 ITIMER_VIRTUAL,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D11-1.c74 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
Dgetitimer.c75 int result = getitimer(ITIMER_VIRTUAL, &old); in getitimer_0200()
/third_party/musl/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/ndk_musl_include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h36 #define ITIMER_VIRTUAL 1 macro
/third_party/python/Doc/library/
Dsignal.rst240 .. data:: ITIMER_VIRTUAL
249 system is executing on behalf of the process. Coupled with ITIMER_VIRTUAL,
430 :const:`signal.ITIMER_VIRTUAL` or :const:`signal.ITIMER_PROF`) specified
439 :const:`signal.ITIMER_VIRTUAL` sends :const:`SIGVTALRM`,
/third_party/python/Lib/test/
Dtest_signal.py725 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
752 self.itimer = signal.ITIMER_VIRTUAL
/third_party/python/Modules/
Dsignalmodule.c1560 #ifdef ITIMER_VIRTUAL
1561 ADD_INT_MACRO(ITIMER_VIRTUAL);
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt326 ITIMER_VIRTUAL
Dfuchsia.txt391 ITIMER_VIRTUAL
Ddragonfly.txt504 ITIMER_VIRTUAL
Dnetbsd.txt480 ITIMER_VIRTUAL
Dfreebsd.txt570 ITIMER_VIRTUAL
Dapple.txt638 ITIMER_VIRTUAL
Dlinux.txt1129 ITIMER_VIRTUAL
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs541 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1149 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1406 pub const ITIMER_VIRTUAL: ::c_int = 1; constant

12