Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_thread.cc63 AdaptationContext* ctx) { in AwaitState()
372 static WriteThread::AdaptationContext jbg_ctx("JoinBatchGroup");
585 static WriteThread::AdaptationContext cpmtw_ctx("CompleteParallelMemTableWriter");
616 static WriteThread::AdaptationContext eabgl_ctx("ExitAsBatchGroupLeader");
736 static WriteThread::AdaptationContext eu_ctx("EnterUnbatched");
764 static WriteThread::AdaptationContext wfmw_ctx("WaitForMemTableWriters");
Dwrite_thread.h248 struct AdaptationContext { struct
252 explicit AdaptationContext(const char* name0) : name(name0), value(0) {} in AdaptationContext() argument
399 uint8_t AwaitState(Writer* w, uint8_t goal_mask, AdaptationContext* ctx);