Searched refs:fOSSemaphore (Results 1 – 4 of 4) sorted by relevance
61 delete fOSSemaphore; in ~SkSemaphore()65 fOSSemaphoreOnce([this] { fOSSemaphore = new OSSemaphore; }); in osSignal()66 fOSSemaphore->signal(n); in osSignal()70 fOSSemaphoreOnce([this] { fOSSemaphore = new OSSemaphore; }); in osWait()71 fOSSemaphore->wait(); in osWait()
81 fOSSemaphoreOnce([this] { fOSSemaphore = new OSSemaphore; }); in osSignal()82 fOSSemaphore->signal(n); in osSignal()86 fOSSemaphoreOnce([this] { fOSSemaphore = new OSSemaphore; }); in osWait()87 fOSSemaphore->wait(); in osWait()91 delete fOSSemaphore; in cleanup()
19 constexpr SkSemaphore(int count = 0) : fCount(count), fOSSemaphore(nullptr) {} in fCount()52 OSSemaphore* fOSSemaphore; variable
18 : fCount(count), fOSSemaphore(nullptr) {} in fCount()51 OSSemaphore* fOSSemaphore; variable