Home
last modified time | relevance | path

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

/third_party/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()
/third_party/libunwind/tests/
Dtest-async-sig.c160 setitimer (ITIMER_VIRTUAL, &interval, NULL); in sighandler()
179 setitimer (ITIMER_VIRTUAL, &interval, NULL); in main()
/third_party/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct_task.c67 setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
/third_party/ltp/testcases/kernel/syscalls/getitimer/
Dgetitimer01.c40 ITIMER_VIRTUAL,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D11-1.c74 if (setitimer(ITIMER_VIRTUAL, &it, NULL)) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
Dgetitimer.c75 int result = getitimer(ITIMER_VIRTUAL, &old); in getitimer_0200()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/ndk_musl_include/sys/
Dtime.h14 #define ITIMER_VIRTUAL 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h36 #define ITIMER_VIRTUAL 1 macro
/third_party/python/Doc/library/
Dsignal.rst240 .. 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/
Dtest_signal.py725 signal.setitimer(signal.ITIMER_VIRTUAL, 0)
752 self.itimer = signal.ITIMER_VIRTUAL
/third_party/python/Modules/
Dsignalmodule.c1560 #ifdef ITIMER_VIRTUAL
1561 ADD_INT_MACRO(ITIMER_VIRTUAL);