Home
last modified time | relevance | path

Searched refs:SENT (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Doneshot.rs58 const SENT: usize = 0b01; consts
174 .compare_exchange(INIT, SENT, AcqRel, Acquire) in send()
217 if self.channel.state.swap(SENT, SeqCst) == INIT { in drop()
329 SENT => self in try_recv()
396 if self.channel.state.load(Acquire) == SENT { in poll()
402 SENT => Ready(self.channel.take_value_sent()), in poll()

Completed in 2 milliseconds