Searched refs:stage (Results 1 – 13 of 13) sorted by relevance
113 for (int stage = 0; stage != ThreadStatus::NUM_OP_STAGES; ++stage) { in TEST_F() local114 ASSERT_EQ(global_op_stage_table[stage].stage, stage); in TEST_F()115 ASSERT_EQ(global_op_stage_table[stage].name, in TEST_F()117 ThreadStatus::OperationStage(stage))); in TEST_F()
45 const ThreadStatus::OperationStage stage; member
43 ThreadStatus::OperationStage stage) { in GetOperationStageName() argument44 if (stage < 0 || stage >= NUM_OP_STAGES) { in GetOperationStageName()47 return global_op_stage_table[stage].name; in GetOperationStageName()
71 ThreadStatus::OperationStage stage) { in SetThreadOperationStage() argument78 return thread_updater_local_cache_->SetThreadOperationStage(stage); in SetThreadOperationStage()157 ThreadStatus::OperationStage stage) { in AutoThreadOperationStageUpdater() argument158 prev_stage_ = ThreadStatusUtil::SetThreadOperationStage(stage); in AutoThreadOperationStageUpdater()
63 ThreadStatus::OperationStage stage);125 ThreadStatus::OperationStage stage);
133 ThreadStatus::OperationStage stage) { in SetThreadOperationStage() argument138 return data->operation_stage.exchange(stage, std::memory_order_relaxed); in SetThreadOperationStage()
155 const ThreadStatus::OperationStage stage);
118 …f 4883044 bytes. This indicates the compaction is about to complete. The stage property indicates…180 // An integer showing the current stage where the thread is involved
16 …at the commit phase become lightweight and fast. 2PC is composed of Write stage, where the transac…
172 static const std::string& GetOperationStageName(OperationStage stage);
53 This command will [stage the JAR artifacts on the Sonatype staging repository](http://central.sonat…
1700 void CreateNewCf(ColumnFamilyOptions options, int64_t stage) { in CreateNewCf()1702 if ((stage + 1) * num_hot <= num_created) { in CreateNewCf()4390 int64_t stage = 0; in DoWrite() local4393 if (duration.GetStage() != stage) { in DoWrite()4394 stage = duration.GetStage(); in DoWrite()4396 db_.CreateNewCf(open_options_, stage); in DoWrite()4399 db.CreateNewCf(open_options_, stage); in DoWrite()
929 - The stage of the current thread operation.