/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
D | state.rs | 132 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/ |
D | slots.rs | 29 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
|
D | linked_list.rs | 27 next: Option<NonNull<T>>, field 42 let next = T::node(node).as_ref().next; in remove_node() localVariable
|
D | slab.rs | 435 pub next: u32, field
|
/commonlibrary/ets_utils/js_util_module/container/hashset/ |
D | js_hashset.ts | 32 next: () => { property
|
/commonlibrary/ets_utils/js_util_module/container/plainarray/ |
D | js_plainarray.ts | 32 next: () => { property
|
/commonlibrary/ets_utils/js_util_module/container/lightweightset/ |
D | js_lightweightset.ts | 32 next: () => { property
|
/commonlibrary/ets_utils/js_util_module/container/treeset/ |
D | js_treeset.ts | 32 next: () => { property
|
/commonlibrary/ets_utils/js_util_module/container/hashmap/ |
D | js_hashmap.ts | 32 next: () => { property
|
/commonlibrary/ets_utils/js_util_module/container/lightweightmap/ |
D | js_lightweightmap.ts | 32 next: () => { property
|
/commonlibrary/ets_utils/js_util_module/container/treemap/ |
D | js_treemap.ts | 32 next: () => { property
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
D | stack.rs | 88 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/ |
D | utils_list.h | 479 #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/ |
D | purgeable_mem_builder_c.c | 61 struct PurgMemBuilder *next = NULL; in PurgMemBuilderDestroy() local
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
D | redirect.rs | 347 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/ |
D | timer.rs | 148 let next = match deadline.checked_add(self.period) { in poll_next_period() localVariable
|
/commonlibrary/ets_utils/js_util_module/container/vector/ |
D | js_vector.ts | 95 next: () => { property
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/ |
D | settings.rs | 576 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/ |
D | events.rs | 122 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
D | queue.rs | 209 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/ |
D | queue.rs | 42 next: AtomicPtr<Block<T>>, field
|
/commonlibrary/ets_utils/js_api_module/xml/ |
D | js_xml.h | 291 SrcLinkList* next; member
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
D | async_dir.rs | 611 pub async fn next(&mut self) -> io::Result<Option<DirEntry>> { in next() method
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
D | decoder.rs | 126 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/ |
D | schedule_io.rs | 116 let mut next = Bit::from_usize(0); in reset() localVariable
|