Home
last modified time | relevance | path

Searched refs:node_ptr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dwheel.rs130 let node_ptr = addr_of_mut!(ptr.as_mut().node); in node() localVariable
131 NonNull::new_unchecked(node_ptr) in node()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dlinked_list.rs202 let node_ptr = addr_of_mut!(ptr.as_mut().node); in address_of_node() localVariable
203 NonNull::new_unchecked(node_ptr) in address_of_node()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Draw.rs108 let node_ptr = addr_of_mut!(ptr.as_mut().node); in node() localVariable
109 NonNull::new_unchecked(node_ptr) in node()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dschedule_io.rs105 let node_ptr = addr_of_mut!(ptr.as_mut().node); in node() localVariable
106 NonNull::new_unchecked(node_ptr) in node()