Searched refs:WaitLock (Results 1 – 3 of 3) sorted by relevance
125 memset(&pContext->WaitLock, 0, sizeof(pContext->WaitLock)); in SwrCreateContext()127 new (&pContext->WaitLock) std::mutex(); in SwrCreateContext()229 std::unique_lock<std::mutex> lock(pContext->WaitLock); in QueueWork()
488 std::mutex WaitLock; member
813 std::unique_lock<std::mutex> lock(pContext->WaitLock, std::defer_lock); in workerThreadMain()