Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 11 of 11) 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.rs39 pub(crate) entry: Ref<ScheduleIO>, field
67 let entry = inner.io_register(&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.cast::<JoinEntry<R>>()); in clone_entry() localVariable
472 let entry = Arc::from_raw(data.cast::<JoinEntry<R>>()); in wake_entry() localVariable
477 let entry = ManuallyDrop::new(Arc::from_raw(data.cast::<JoinEntry<R>>())); in wake_entry_ref() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs697 let entry = self.0.clone(); in metadata() localVariable
724 let entry = self.0.clone(); in file_type() localVariable
1025 let entry = dir.next().await.unwrap().unwrap(); in ut_async_dir_read() localVariable
1029 let entry = dir.next().await.unwrap().unwrap(); in ut_async_dir_read() localVariable
/commonlibrary/c_utils/base/src/
Dtimer.cpp99 TimerEntryPtr entry(new TimerEntry()); in Register() local
121 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.rs149 pub fn entry(&self) -> &OVERLAPPED_ENTRY { in entry() method
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dasync_lock_manager.cpp413 for (auto &entry : anonymousLockMap) { in CreateLockStates() local
427 for (auto &entry : lockMap) { in CreateLockStates() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs167 let entry = self.entries.get_mut(key).ok_or(SlotsError)?; in remove() localVariable
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp756 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