Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc97 std::lock_guard<std::mutex> lock(paths_buffer_mutex_); in AddNewPath()
108 std::lock_guard<std::mutex> lock(paths_buffer_mutex_); in Resize()
145 std::lock_guard<std::mutex> lock(paths_buffer_mutex_); in PrepareBuffer()
Dtransaction_lock_mgr.h34 std::mutex paths_buffer_mutex_; member