/aosp_15_r20/external/crosvm/base/src/ |
H A D | timer.rs | 227 let mut tfd = Timer::new().expect("failed to create Timer"); in one_shot() localVariable 240 let mut tfd = Timer::new().expect("failed to create Timer"); in one_shot_cloned() localVariable 253 let mut tfd = Timer::new().expect("failed to create Timer"); in repeating() localVariable 271 let mut tfd = Timer::new().expect("failed to create Timer"); in mark_waited_inactive() localVariable 278 let mut tfd = Timer::new().expect("failed to create Timer"); in mark_waited_active() localVariable 300 let mut tfd = FakeTimer::new(clock.clone()); in fake_one_shot() localVariable 313 let mut tfd = FakeTimer::new(clock.clone()); in fake_one_shot_timeout() localVariable 338 let mut tfd = FakeTimer::new(clock.clone()); in fake_repeating() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/ |
D | timerfd.rs | 238 let tfd = unsafe { TimerFd::from_raw_fd(ret) }; in test_from_raw_fd() localVariable 244 let tfd = TimerFd::new().expect("failed to create timerfd"); in test_into_raw_fd() localVariable 250 let mut tfd = TimerFd::new().expect("failed to create timerfd"); in test_one_shot() localVariable 269 let mut tfd = TimerFd::new().expect("failed to create timerfd"); in test_repeating() localVariable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd01.c | 55 static void settime(int tfd, struct tst_its *tmr, int tflags, in settime() 67 static void waittmr(int tfd, unsigned int exp_ticks) in waittmr() 96 int tfd; in run() local
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/native/timerfdutils/ |
D | com_android_net_module_util_TimerFdUtils.cpp | 38 int tfd; in com_android_net_module_util_TimerFdUtils_createTimerFd() local 48 jint tfd, jlong milliseconds) { in com_android_net_module_util_TimerFdUtils_setTime()
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/ |
H A D | timer.rs | 79 let mut tfd = Timer::new().expect("failed to create timerfd"); in one_shot() localVariable 98 let mut tfd = Timer::new().expect("failed to create timerfd"); in one_shot_fd() localVariable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/recvmsg/ |
H A D | recvmsg01.c | 265 int tfd; in setup_all() local 397 int tfd; in sender() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/gpu/ |
H A D | static_registration.cc | 23 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/ |
H A D | tfrt_fallback_registration.cc | 22 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/conversion/ |
H A D | static_registration.cc | 23 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/conversion/ |
H A D | static_registration.cc | 24 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
H A D | static_registration.cc | 26 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/gpu/ |
H A D | static_registration.cc | 23 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/ |
H A D | tfrt_fallback_registration.cc | 22 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/runtime_fallback/ |
H A D | runtime_fallback_ops.cc | 21 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | kernel_fallback_utils.cc | 24 namespace tfd { namespace
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/util/ |
H A D | type_util_test.cc | 22 namespace tfd { namespace
|
H A D | fallback_test_util.cc | 23 namespace tfd { namespace
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/ |
D | kcmp.h | 35 __u32 tfd; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/ |
H A D | kcmp.h | 23 __u32 tfd; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | kcmp.h | 35 __u32 tfd; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | kcmp.h | 35 __u32 tfd; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | kcmp.h | 35 __u32 tfd; member
|
/aosp_15_r20/bionic/libc/kernel/uapi/linux/ |
H A D | kcmp.h | 23 __u32 tfd; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/ |
H A D | kcmp.h | 23 __u32 tfd; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | kcmp.h | 35 __u32 tfd; member
|