Home
last modified time | relevance | path

Searched defs:tfd (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/external/crosvm/base/src/
H A Dtimer.rs227 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/
Dtimerfd.rs238 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 Dtimerfd01.c55 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/
Dcom_android_net_module_util_TimerFdUtils.cpp38 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 Dtimer.rs79 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 Drecvmsg01.c265 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 Dstatic_registration.cc23 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/
H A Dtfrt_fallback_registration.cc22 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/conversion/
H A Dstatic_registration.cc23 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/conversion/
H A Dstatic_registration.cc24 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Dstatic_registration.cc26 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/gpu/
H A Dstatic_registration.cc23 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/
H A Dtfrt_fallback_registration.cc22 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/runtime_fallback/
H A Druntime_fallback_ops.cc21 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_utils.cc24 namespace tfd { namespace
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/util/
H A Dtype_util_test.cc22 namespace tfd { namespace
H A Dfallback_test_util.cc23 namespace tfd { namespace
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/
Dkcmp.h35 __u32 tfd; member
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dkcmp.h23 __u32 tfd; member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/
Dkcmp.h35 __u32 tfd; member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Dkcmp.h35 __u32 tfd; member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Dkcmp.h35 __u32 tfd; member
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Dkcmp.h23 __u32 tfd; member
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dkcmp.h23 __u32 tfd; member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Dkcmp.h35 __u32 tfd; member

1234