Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dasync_dir.rs32 let entry = dir.next().await.unwrap().unwrap(); in sdv_async_dir() localVariable
36 let entry = dir.next().await.unwrap().unwrap(); in sdv_async_dir() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dasync_source.rs44 pub(crate) entry: Ref<ScheduleIO>, field
68 let entry = inner.io_register(&mut io, interest)?; in new() localVariable
92 let entry = inner.register_source(&mut io, interest)?; in new() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Djoin_set.rs174 let entry = Arc::new(JoinEntry { in spawn_inner() localVariable
464 let entry = Arc::from_raw(data as *const JoinEntry<R>); in clone_entry() localVariable
472 let entry = Arc::from_raw(data as *const JoinEntry<R>); in wake_entry() localVariable
477 let entry = ManuallyDrop::new(Arc::from_raw(data as *const JoinEntry<R>)); in wake_entry_ref() localVariable
/commonlibrary/c_utils/base/src/
Dtimer.cpp101 TimerEntryPtr entry(new TimerEntry()); in Register() local
123 auto entry = timerToEntries_[timerId]; in Unregister() local
/commonlibrary/ets_utils/js_util_module/container/struct/
Djs_struct.ts102 entry(): [K, V] { method in Pair
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Diocp.rs151 pub fn entry(&self) -> &OVERLAPPED_ENTRY { in entry() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs696 let entry = self.0.clone(); in metadata() localVariable
723 let entry = self.0.clone(); in file_type() localVariable
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp762 auto entry = timerHandlers_[timerId]; in Unregister() local
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
Devent_benchmark_test.cpp894 auto entry = timerHandlers_[timerId]; in Unregister() local