Searched refs:semaphoreExample (Results 1 – 1 of 1) sorted by relevance
62 std::shared_ptr<ISemaphore> semaphoreExample = ISemaphore::MakeShared(0); variable63 semaphoreExample->Signal();65 bool ret = semaphoreExample->Wait(WAIT_TIME_MS);