Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_thread.h295 void ExitAsBatchGroupFollower(Writer* w);
Dwrite_thread.cc605 void WriteThread::ExitAsBatchGroupFollower(Writer* w) { in ExitAsBatchGroupFollower() function in ROCKSDB_NAMESPACE::WriteThread
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc191 write_thread_.ExitAsBatchGroupFollower(&w); in WriteImpl()