/aosp_15_r20/external/strace/xlat/ |
H A 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),
|
H A D | itimer_which.in | 3 ITIMER_VIRTUAL 1
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/timers/ |
H A 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()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
D | time.h | 98 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/ |
D | time.h | 98 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 D | 13-1.c | 73 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/ |
D | defs_arm_linux.go | 114 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs_linux.go | 112 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs2_linux.go | 119 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs_netbsd.go | 108 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs_dragonfly.go | 107 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs_openbsd.go | 110 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs_solaris.go | 111 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs_freebsd.go | 134 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
D | defs_darwin.go | 104 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL const
|
/aosp_15_r20/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`,
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/ |
H A D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/ |
D | time.h | 44 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/ |
H A D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/ |
H A D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/ |
H A D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/ |
H A D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | time.h | 44 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/ |
H A D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/ |
H A D | time.h | 32 #define ITIMER_VIRTUAL 1 macro
|