Searched defs:BarrierWaitResult (Results 1 – 2 of 2) sorted by relevance
88 pub async fn wait(&self) -> BarrierWaitResult { in wait()134 pub struct BarrierWaitResult(bool); struct136 impl BarrierWaitResult { impl
72 pub struct BarrierWaitResult(bool); struct137 pub fn wait(&self) -> BarrierWaitResult { in wait()162 impl BarrierWaitResult { impl