Searched refs:ITIMER_VIRTUAL (Results 1 – 25 of 41) sorted by relevance
12
/third_party/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()
|
/third_party/libunwind/tests/ |
D | test-async-sig.c | 160 setitimer (ITIMER_VIRTUAL, &interval, NULL); in sighandler() 179 setitimer (ITIMER_VIRTUAL, &interval, NULL); in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct_task.c | 67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/getitimer/ |
D | getitimer01.c | 40 ITIMER_VIRTUAL,
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 11-1.c | 74 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
D | getitimer.c | 75 int result = getitimer(ITIMER_VIRTUAL, &old); in getitimer_0200()
|
/third_party/musl/include/sys/ |
D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | time.h | 14 #define ITIMER_VIRTUAL 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | time.h | 36 #define ITIMER_VIRTUAL 1 macro
|
/third_party/python/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`,
|
/third_party/python/Lib/test/ |
D | test_signal.py | 725 signal.setitimer(signal.ITIMER_VIRTUAL, 0) 752 self.itimer = signal.ITIMER_VIRTUAL
|
/third_party/python/Modules/ |
D | signalmodule.c | 1560 #ifdef ITIMER_VIRTUAL 1561 ADD_INT_MACRO(ITIMER_VIRTUAL);
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 326 ITIMER_VIRTUAL
|
D | fuchsia.txt | 391 ITIMER_VIRTUAL
|
D | dragonfly.txt | 504 ITIMER_VIRTUAL
|
D | netbsd.txt | 480 ITIMER_VIRTUAL
|
D | freebsd.txt | 570 ITIMER_VIRTUAL
|
D | apple.txt | 638 ITIMER_VIRTUAL
|
D | linux.txt | 1129 ITIMER_VIRTUAL
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 541 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1149 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1406 pub const ITIMER_VIRTUAL: ::c_int = 1; constant
|
12