Home
last modified time | relevance | path

Searched refs:push_pop_mutex (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.h534 port::Mutex* push_pop_mutex() { return &push_pop_mutex_; } in push_pop_mutex() function
550 push_pop_mutex()->Lock();
574 push_pop_mutex()->Unlock();
587 MutexLock ml(push_pop_mutex()); in erase()
874 db_->prepared_txns_.push_pop_mutex()->Lock(); in Callback()
881 db_->prepared_txns_.push_pop_mutex()->Unlock(); in Callback()
Dwrite_prepared_txn_db.cc424 prepared_txns_.push_pop_mutex()->Unlock(); in CheckPreparedAgainstMax()
444 prepared_txns_.push_pop_mutex()->Lock(); in CheckPreparedAgainstMax()
455 prepared_txns_.push_pop_mutex()->Lock(); in AddPrepared()
457 prepared_txns_.push_pop_mutex()->AssertHeld(); in AddPrepared()
470 prepared_txns_.push_pop_mutex()->Unlock(); in AddPrepared()
Dwrite_prepared_transaction_test.cc52 MutexLock ml(heap.push_pop_mutex()); in TEST()
88 MutexLock ml(heap.push_pop_mutex()); in TEST()
116 MutexLock ml(heap.push_pop_mutex()); in TEST()
125 MutexLock ml(heap.push_pop_mutex()); in TEST()
136 MutexLock ml(heap.push_pop_mutex()); in TEST()
143 MutexLock ml(heap.push_pop_mutex()); in TEST()
173 MutexLock ml(heap.push_pop_mutex()); in TEST()