Searched refs:fInFlightSemaphore (Results 1 – 2 of 2) sorted by relevance
38 fInFlightSemaphore = dispatch_semaphore_create(kMaxBuffersInFlight);88 dispatch_semaphore_wait(fInFlightSemaphore, DISPATCH_TIME_FOREVER);93 __block dispatch_semaphore_t block_sema = fInFlightSemaphore;
51 dispatch_semaphore_t fInFlightSemaphore; variable