Searched refs:WaitLock (Results 1 – 3 of 3) sorted by relevance
145 memset((void*)&pContext->WaitLock, 0, sizeof(pContext->WaitLock)); in SwrCreateContext()147 new (&pContext->WaitLock) std::mutex(); in SwrCreateContext()261 std::unique_lock<std::mutex> lock(pContext->WaitLock); in QueueWork()
528 std::mutex WaitLock; member
913 std::unique_lock<std::mutex> lock(pContext->WaitLock, std::defer_lock); in workerThreadMain()