Home
last modified time | relevance | path

Searched defs:Notify (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dtransaction_db_mutex_impl.cc46 void Notify() override { cv_.notify_one(); } in Notify() function in ROCKSDB_NAMESPACE::TransactionDBCondVarImpl
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9651 void Notification::Notify() { in Notify() function in testing::internal::Notification