Home
last modified time | relevance | path

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

/third_party/skia/include/private/
H A DSkSemaphore.h33 SK_SPI bool try_wait();
/third_party/skia/src/core/
H A DSkSemaphore.cpp74 bool SkSemaphore::try_wait() { in try_wait() function in SkSemaphore
H A DSkExecutor.cpp102 if (fAllowBorrowing && fWorkAvailable.try_wait()) {
/third_party/rust/crates/once_cell/tests/
H A Dit.rs454 let status = guard.child.try_wait().unwrap(); in reentrant_init()

Completed in 2 milliseconds