/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 | 87 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/ |
D | 13-1.c | 73 ret = setitimer(ITIMER_VIRTUAL, &it, NULL); in main() 112 ret = getitimer(ITIMER_VIRTUAL, &it); in main()
|
/external/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct_task.c | 67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 43 #define ITIMER_VIRTUAL 1 macro
|
/external/ltp/testcases/kernel/syscalls/getitimer/ |
D | getitimer01.c | 40 ITIMER_VIRTUAL,
|
/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/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 245 ITIMER_VIRTUAL = 1 variable
|
D | IN.py | 378 ITIMER_VIRTUAL = 1 variable
|
D | STROPTS.py | 375 ITIMER_VIRTUAL = 1 variable
|
/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/Modules/ |
D | signalmodule.c | 824 #ifdef ITIMER_VIRTUAL in initsignal() 825 x = PyLong_FromLong(ITIMER_VIRTUAL); in initsignal()
|
/external/python/cpython3/Lib/test/ |
D | test_signal.py | 707 signal.setitimer(signal.ITIMER_VIRTUAL, 0) 734 self.itimer = signal.ITIMER_VIRTUAL
|
/external/python/cpython3/Doc/library/ |
D | signal.rst | 240 .. 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/ |
D | signalmodule.c | 1607 #ifdef ITIMER_VIRTUAL in PyInit__signal() 1608 if (PyModule_AddIntMacro(m, ITIMER_VIRTUAL)) in PyInit__signal()
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 566 ITIMER_VIRTUAL = 1 variable
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 517 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2057 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/ |
D | msan_test.cpp | 2211 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/ |
D | mod.rs | 1155 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1711 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2621 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
|