Home
last modified time | relevance | path

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

12

/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.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/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/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/ltp/testcases/kernel/syscalls/getitimer/
Dgetitimer01.c40 ITIMER_VIRTUAL,
/external/kernel-headers/original/uapi/linux/
Dtime.h32 #define ITIMER_VIRTUAL 1 macro
/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/syzkaller/sys/netbsd/
Dsys_amd64.const30 ITIMER_VIRTUAL = 1
Dsys.txt195 getitimer_which = ITIMER_REAL, ITIMER_VIRTUAL, ITIMER_PROF, ITIMER_MONOTONIC
/external/syzkaller/sys/freebsd/
Dsys_amd64.const27 ITIMER_VIRTUAL = 1
Dsys.txt209 getitimer_which = ITIMER_REAL, ITIMER_VIRTUAL, ITIMER_PROF
/external/python/cpython2/Lib/test/
Dtest_signal.py426 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
464 self.itimer = signal.ITIMER_VIRTUAL
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py245 ITIMER_VIRTUAL = 1 variable
/external/python/cpython2/Modules/
Dsignalmodule.c824 #ifdef ITIMER_VIRTUAL in initsignal()
825 x = PyLong_FromLong(ITIMER_VIRTUAL); in initsignal()
/external/python/cpython3/Doc/library/
Dsignal.rst135 .. data:: ITIMER_VIRTUAL
144 system is executing on behalf of the process. Coupled with ITIMER_VIRTUAL,
281 :const:`signal.ITIMER_VIRTUAL` or :const:`signal.ITIMER_PROF`) specified
290 :const:`signal.ITIMER_VIRTUAL` sends :const:`SIGVTALRM`,
/external/python/cpython3/Lib/test/
Dtest_signal.py652 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
679 self.itimer = signal.ITIMER_VIRTUAL
/external/python/cpython3/Modules/
Dsignalmodule.c1447 #ifdef ITIMER_VIRTUAL in PyInit__signal()
1448 if (PyModule_AddIntMacro(m, ITIMER_VIRTUAL)) in PyInit__signal()
/external/syzkaller/sys/linux/
Dsys_386.const202 ITIMER_VIRTUAL = 1
Dsys_amd64.const202 ITIMER_VIRTUAL = 1
Dsys_arm.const202 ITIMER_VIRTUAL = 1
Dsys_ppc64le.const202 ITIMER_VIRTUAL = 1
/external/python/cpython2/Lib/plat-unixware7/
DIN.py566 ITIMER_VIRTUAL = 1 variable

12