Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dqueue.cpp95 std::lock_guard<std::mutex> lock(queued_events_mutex); in flush()
147 std::lock_guard<std::mutex> lock(queued_events_mutex); in sequence()
Dqueue.hpp82 std::mutex queued_events_mutex; member in clover::command_queue