Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/timers/
Dposix_timers.c88 if (which == ITIMER_VIRTUAL) in check_itimer()
99 if (which == ITIMER_VIRTUAL) in check_itimer()
118 if (which == ITIMER_VIRTUAL) in check_itimer()
197 if (check_itimer(ITIMER_VIRTUAL) < 0) in main()
/external/strace/xlat/
Ditimer_which.h14 #if defined(ITIMER_VIRTUAL) || (defined(HAVE_DECL_ITIMER_VIRTUAL) && HAVE_DECL_ITIMER_VIRTUAL)
15 XLAT(ITIMER_VIRTUAL),
Ditimer_which.in2 ITIMER_VIRTUAL
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D13-1.c81 ret = setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
120 ret = getitimer(ITIMER_VIRTUAL, &it); in main()
/external/libunwind/tests/
Dtest-async-sig.c160 setitimer (ITIMER_VIRTUAL, &interval, NULL); in sighandler()
179 setitimer (ITIMER_VIRTUAL, &interval, NULL); 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.h32 #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.c75 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/test/
Dtest_signal.py413 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
451 self.itimer = signal.ITIMER_VIRTUAL
/external/python/cpython3/Lib/test/
Dtest_signal.py545 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
572 self.itimer = signal.ITIMER_VIRTUAL
/external/python/cpython3/Doc/library/
Dsignal.rst135 .. data:: ITIMER_VIRTUAL
144 system is executing on behalf of the process. Coupled with ITIMER_VIRTUAL,
279 :const:`signal.ITIMER_VIRTUAL` or :const:`signal.ITIMER_PROF`) specified
287 :const:`signal.ITIMER_VIRTUAL` sends :const:`SIGVTALRM`,
/external/python/cpython2/Modules/
Dsignalmodule.c824 #ifdef ITIMER_VIRTUAL in initsignal()
825 x = PyLong_FromLong(ITIMER_VIRTUAL); in initsignal()
/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/cpython3/Modules/
Dsignalmodule.c1425 #ifdef ITIMER_VIRTUAL in PyInit__signal()
1426 if (PyModule_AddIntMacro(m, ITIMER_VIRTUAL)) in PyInit__signal()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py566 ITIMER_VIRTUAL = 1 variable
/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()