Home
last modified time | relevance | path

Searched defs:node (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs75 unsafe fn node(ptr: NonNull<Self>) -> NonNull<Node<Self>> in node() method
85 let node = unsafe { L::node(head_ptr).as_mut() }; in new() localVariable
98 let node = Some(val); in push_front() localVariable
112 let node = head.prev.take().unwrap(); in pop_back() localVariable
148 let node = p.unwrap(); in for_each_mut() localVariable
177 node: Node<Entry>, field
203 unsafe fn node(ptr: NonNull<Self>) -> NonNull<Node<Self>> { in node() method
/commonlibrary/utils_lite/include/
Dutils_list.h107 #define UTILS_DL_LIST_IS_END(list, node) ((list) == (node) ? TRUE : FALSE) argument
129 #define UTILS_DL_LIST_IS_ON_QUEUE(node) ((node)->pstPrev != NULL && (node)->pstNext != NULL) argument
172 static inline void UtilsListAdd(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListAdd()
199 static inline void UtilsListTailInsert(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListTailInsert()
223 static inline void UtilsListHeadInsert(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListHeadInsert()
247 static inline void UtilsListDelete(UTILS_DL_LIST *node) in UtilsListDelete()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Darray.rs84 let node = self.data.get(index).unwrap(); in prepare_send() localVariable
110 let node = self.data.get(index).unwrap(); in write() localVariable
148 let node = self.data.get(index).unwrap(); in try_recv() localVariable
225 let node = self.data.get_mut(index).unwrap(); in drop() localVariable
251 let node = self.array.data.get(index).unwrap(); in poll() localVariable
Dqueue.rs156 let node = block.data.get(index).unwrap(); in send() localVariable
178 let node = block.data.get(index).unwrap(); in try_recv() localVariable
260 let node = (*block_ptr).data.get_mut(index).unwrap(); in drop() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dmod.rs57 node: Node<Clock>, field
129 unsafe fn node(mut ptr: NonNull<Self>) -> NonNull<Node<Self>> in node() method
/commonlibrary/c_utils/base/src/
Ddirectory_ex.cpp220 DirectoryNode node; in ForceRemoveDirectory() local
280 DirectoryNode node = removeStack.top(); in ForceRemoveDirectory() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs69 node: Node<Waiter>, field
101 unsafe fn node(mut ptr: NonNull<Self>) -> NonNull<Node<Self>> in node() method