Home
last modified time | relevance | path

Searched refs:try_wait (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/private/
DSkSemaphore.h29 bool try_wait();
/external/skia/src/core/
DSkSemaphore.cpp75 bool SkBaseSemaphore::try_wait() { in try_wait() function in SkBaseSemaphore
DSkExecutor.cpp82 if (fWorkAvailable.try_wait()) { in borrow()