Searched refs:ITIMER_VIRTUAL (Results 1 – 25 of 30) sorted by relevance
12
/external/strace/xlat/ |
D | itimer_which.h | 13 #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),
|
D | itimer_which.in | 3 ITIMER_VIRTUAL 1
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | posix_timers.c | 88 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/ |
D | 13-1.c | 73 ret = setitimer(ITIMER_VIRTUAL, &it, NULL); in main() 112 ret = getitimer(ITIMER_VIRTUAL, &it); in main()
|
/external/libunwind/tests/ |
D | test-async-sig.c | 160 setitimer (ITIMER_VIRTUAL, &interval, NULL); in sighandler() 179 setitimer (ITIMER_VIRTUAL, &interval, NULL); in main()
|
/external/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct_task.c | 67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
|
/external/ltp/testcases/kernel/syscalls/getitimer/ |
D | getitimer01.c | 40 ITIMER_VIRTUAL,
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 11-1.c | 74 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) { in main()
|
/external/python/cpython2/Doc/library/ |
D | signal.rst | 108 .. 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/ |
D | sys_amd64.const | 30 ITIMER_VIRTUAL = 1
|
D | sys.txt | 195 getitimer_which = ITIMER_REAL, ITIMER_VIRTUAL, ITIMER_PROF, ITIMER_MONOTONIC
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 27 ITIMER_VIRTUAL = 1
|
D | sys.txt | 209 getitimer_which = ITIMER_REAL, ITIMER_VIRTUAL, ITIMER_PROF
|
/external/python/cpython2/Lib/test/ |
D | test_signal.py | 426 signal.setitimer(signal.ITIMER_VIRTUAL, 0) 464 self.itimer = signal.ITIMER_VIRTUAL
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 245 ITIMER_VIRTUAL = 1 variable
|
/external/python/cpython2/Modules/ |
D | signalmodule.c | 824 #ifdef ITIMER_VIRTUAL in initsignal() 825 x = PyLong_FromLong(ITIMER_VIRTUAL); in initsignal()
|
/external/python/cpython3/Doc/library/ |
D | signal.rst | 135 .. 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/ |
D | test_signal.py | 652 signal.setitimer(signal.ITIMER_VIRTUAL, 0) 679 self.itimer = signal.ITIMER_VIRTUAL
|
/external/python/cpython3/Modules/ |
D | signalmodule.c | 1447 #ifdef ITIMER_VIRTUAL in PyInit__signal() 1448 if (PyModule_AddIntMacro(m, ITIMER_VIRTUAL)) in PyInit__signal()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 202 ITIMER_VIRTUAL = 1
|
D | sys_amd64.const | 202 ITIMER_VIRTUAL = 1
|
D | sys_arm.const | 202 ITIMER_VIRTUAL = 1
|
D | sys_ppc64le.const | 202 ITIMER_VIRTUAL = 1
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 566 ITIMER_VIRTUAL = 1 variable
|
12