Home
last modified time | relevance | path

Searched defs:block (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
Dqueue.rs89 block: NonNull<Block<T>>, field
94 block: AtomicPtr<Block<T>>, field
110 let block = Box::new(Block::new()); in new() localVariable
164 let block = unsafe { &*block_ptr }; in send() localVariable
189 let block = unsafe { &*block_ptr }; in try_recv() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs175 let mut block = VecDeque::with_capacity(BLOCK_SIZE); in read_dir() localVariable