Home
last modified time | relevance | path

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

/external/strace/xlat/
Ditimer_which.h13 #if defined(ITIMER_VIRTUAL) || (defined(HAVE_DECL_ITIMER_VIRTUAL) && HAVE_DECL_ITIMER_VIRTUAL)
15 static_assert((ITIMER_VIRTUAL) == (1), "ITIMER_VIRTUAL != 1");
18 # define ITIMER_VIRTUAL 1
39 [ITIMER_VIRTUAL] = XLAT(ITIMER_VIRTUAL),
Ditimer_which.in3 ITIMER_VIRTUAL 1
/external/linux-kselftest/tools/testing/selftests/timers/
Dposix_timers.c87 if (which == ITIMER_VIRTUAL) in check_itimer()
98 if (which == ITIMER_VIRTUAL) in check_itimer()
117 if (which == ITIMER_VIRTUAL) in check_itimer()
196 if (check_itimer(ITIMER_VIRTUAL) < 0) in main()
/external/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()
/external/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct_task.c67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
/external/kernel-headers/original/uapi/linux/
Dtime.h43 #define ITIMER_VIRTUAL 1 macro
/external/ltp/testcases/kernel/syscalls/getitimer/
Dgetitimer01.c40 ITIMER_VIRTUAL,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D11-1.c74 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) { in main()
/external/python/cpython2/Doc/library/
Dsignal.rst108 .. data:: ITIMER_VIRTUAL
117 system is executing on behalf of the process. Coupled with ITIMER_VIRTUAL,
167 :const:`signal.ITIMER_VIRTUAL` or :const:`signal.ITIMER_PROF`) specified
175 :const:`signal.ITIMER_VIRTUAL` sends :const:`SIGVTALRM`,
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py245 ITIMER_VIRTUAL = 1 variable
DIN.py378 ITIMER_VIRTUAL = 1 variable
DSTROPTS.py375 ITIMER_VIRTUAL = 1 variable
/external/python/cpython2/Lib/test/
Dtest_signal.py426 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
464 self.itimer = signal.ITIMER_VIRTUAL
/external/python/cpython2/Modules/
Dsignalmodule.c824 #ifdef ITIMER_VIRTUAL in initsignal()
825 x = PyLong_FromLong(ITIMER_VIRTUAL); in initsignal()
/external/python/cpython3/Lib/test/
Dtest_signal.py707 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
734 self.itimer = signal.ITIMER_VIRTUAL
/external/python/cpython3/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`,
/external/python/cpython3/Modules/
Dsignalmodule.c1607 #ifdef ITIMER_VIRTUAL in PyInit__signal()
1608 if (PyModule_AddIntMacro(m, ITIMER_VIRTUAL)) in PyInit__signal()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py566 ITIMER_VIRTUAL = 1 variable
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs517 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2057 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
2067 res = setitimer(ITIMER_VIRTUAL, &it1, &it2); in TEST()
2076 res = setitimer(ITIMER_VIRTUAL, &it1, 0); in TEST()
2081 setitimer(ITIMER_VIRTUAL, 0, 0); in TEST()
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp2211 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
2221 res = setitimer(ITIMER_VIRTUAL, &it1, &it2); in TEST()
2230 res = setitimer(ITIMER_VIRTUAL, &it1, 0); in TEST()
2235 setitimer(ITIMER_VIRTUAL, 0, 0); in TEST()
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1155 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1711 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2621 pub const ITIMER_VIRTUAL: ::c_int = 1; constant