Searched refs:tryWait (Results 1 – 3 of 3) sorted by relevance
35 void tryWait();
32 void Semaphore::tryWait() in tryWait() function in Semaphore
36 mClientCompletionWait.tryWait(); // this will reset semaphore to 0 if it is 1. in prepare()