Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 28) sorted by relevance

12

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dstate.rs132 let mut next = cur; in turning_to_running() localVariable
161 let mut next = cur; in turning_to_finish() localVariable
190 let mut next = cur; in turning_to_idle() localVariable
226 let mut next = cur; in turn_to_un_set_waker() localVariable
251 let mut next = cur; in turn_to_set_waker() localVariable
270 let mut next = cur; in turn_to_canceled_and_scheduled() localVariable
305 let mut next = cur; in turn_to_un_join_handle() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs29 next: usize, field
56 next: usize, field
236 let next = entry.next; in remove() localVariable
467 fn next(&mut self) -> Option<(usize, &'a T)> { in next() method
Dlinked_list.rs27 next: Option<NonNull<T>>, field
42 let next = T::node(node).as_ref().next; in remove_node() localVariable
Dslab.rs435 pub next: u32, field
/commonlibrary/ets_utils/js_util_module/container/hashset/
Djs_hashset.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/plainarray/
Djs_plainarray.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/lightweightset/
Djs_lightweightset.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/treeset/
Djs_treeset.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/hashmap/
Djs_hashmap.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/lightweightmap/
Djs_lightweightmap.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/treemap/
Djs_treemap.ts32 next: () => { property
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dstack.rs88 fn next(&mut self) -> Option<&'a T::Ref> { in next() method
156 fn next(&mut self) -> Option<Self::Item> { in next() method
/commonlibrary/utils_lite/include/
Dutils_list.h479 #define UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument
554 #define UTILS_DL_LIST_FOR_EACH_SAFE(item, next, list) \ argument
/commonlibrary/memory_utils/libpurgeablemem/c/src/
Dpurgeable_mem_builder_c.c61 struct PurgMemBuilder *next = NULL; in PurgMemBuilderDestroy() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dredirect.rs347 let next = Uri::from_bytes(b"http://example.com").unwrap(); in ut_redirect_default() localVariable
390 let next = Uri::from_bytes(b"http://example.com").unwrap(); in ut_no_redirect() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimer.rs148 let next = match deadline.checked_add(self.period) { in poll_next_period() localVariable
/commonlibrary/ets_utils/js_util_module/container/vector/
Djs_vector.ts95 next: () => { property
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs576 let next = Uri::from_bytes(b"http://example.com").unwrap(); in ut_setting_redirect_default() localVariable
616 let next = Uri::from_bytes(b"http://example.com").unwrap(); in ut_setting_no_redirect() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Devents.rs122 fn next(&mut self) -> Option<Self::Item> { in next() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs209 let next = if steal_pos == real_pos { in pop_front() localVariable
242 let next = wrap(front_real, front_real); in sync_steal_pos() localVariable
298 let next = wrap(front, front.wrapping_add(count as u16)); in push_overflowed() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dqueue.rs42 next: AtomicPtr<Block<T>>, field
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.h291 SrcLinkList* next; member
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs611 pub async fn next(&mut self) -> io::Result<Option<DirEntry>> { in next() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs126 fn next(&mut self) -> Option<Self::Item> { in next() method
134 fn next(&mut self) -> Option<Self::Item> { in next() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs116 let mut next = Bit::from_usize(0); in reset() localVariable

12