Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/strace/xlat/
H A 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),
H A Ditimer_which.in3 ITIMER_VIRTUAL 1
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/timers/
H A Dposix_timers.c87 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()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dtime.h98 ITIMER_VIRTUAL = 1, enumerator
99 #define ITIMER_VIRTUAL ITIMER_VIRTUAL macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dtime.h98 ITIMER_VIRTUAL = 1, enumerator
99 #define ITIMER_VIRTUAL ITIMER_VIRTUAL macro
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D13-1.c73 ret = setitimer(ITIMER_VIRTUAL, &it, NULL); in main()
112 ret = getitimer(ITIMER_VIRTUAL, &it); in main()
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefs_arm_linux.go114 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs_linux.go112 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs2_linux.go119 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs_netbsd.go108 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs_dragonfly.go107 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs_openbsd.go110 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs_solaris.go111 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs_freebsd.go134 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
Ddefs_darwin.go104 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
/aosp_15_r20/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`,
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dtime.h32 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/
Dtime.h44 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/
H A Dtime.h32 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dtime.h32 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/
H A Dtime.h32 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Dtime.h32 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/
Dtime.h44 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/
H A Dtime.h32 #define ITIMER_VIRTUAL 1 macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/
H A Dtime.h32 #define ITIMER_VIRTUAL 1 macro

123456