Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkExecutor.cpp97 fWorkAvailable.signal(1);
102 if (fAllowBorrowing && fWorkAvailable.try_wait()) {
108 // This method should be called only when fWorkAvailable indicates there's work to do.
128 pool->fWorkAvailable.wait(); in Loop()
138 SkSemaphore fWorkAvailable; member in final

Completed in 1 milliseconds