Home
last modified time | relevance | path

Searched refs:command_pool_lock (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dthread_safety.h315 std::mutex command_pool_lock; member
472 std::unique_lock<std::mutex> lock(bucket.command_pool_lock); in WRAPPER()
483 std::unique_lock<std::mutex> lock(bucket.command_pool_lock);
491 std::unique_lock<std::mutex> lock(bucket.command_pool_lock); in StartReadObject()
503 std::unique_lock<std::mutex> lock(bucket.command_pool_lock); in FinishReadObject()
Dthread_safety.cpp43 std::lock_guard<std::mutex> lock(bucket.command_pool_lock); in PostCallRecordAllocateCommandBuffers()
82 std::lock_guard<std::mutex> lock(bucket.command_pool_lock); in PreCallRecordFreeCommandBuffers()