Searched defs:semaphore (Results 1 – 2 of 2) sorted by relevance
40 auto semaphore = GetSemaphoreFactory().Create(1); variable53 auto semaphore = GetSemaphoreFactory().Create(1); variable66 auto semaphore = GetSemaphoreFactory().Create(0); variable106 auto semaphore = GetSemaphoreFactory(POSIX_SEMAPHORE_FACTORY).Create(0); variable117 auto semaphore = GetSemaphoreFactory(PTHREAD_SEMAPHORE_FACTORY).Create(0); variable
23839 struct semaphore { struct23845 struct semaphore_waiter { argument