Home
last modified time | relevance | path

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

/dports/databases/tiledb/TileDB-2.5.2/tiledb/common/
H A Dthread_pool.cc176 blocked_tasks_mutex_.lock(); in execute()
188 blocked_tasks_mutex_.unlock(); in execute()
256 blocked_tasks_mutex_.lock(); in wait_or_work()
258 blocked_tasks_mutex_.unlock(); in wait_or_work()
265 blocked_tasks_mutex_.lock(); in wait_or_work()
268 blocked_tasks_mutex_.unlock(); in wait_or_work()
H A Dthread_pool.h323 std::mutex blocked_tasks_mutex_; variable