Searched refs:blockTimeMs_ (Results 1 – 2 of 2) sorted by relevance
40 if (blockTimeMs_ != 0) { in BatchInsert()41 std::this_thread::sleep_for(std::chrono::milliseconds(blockTimeMs_)); in BatchInsert()115 if (blockTimeMs_ != 0) { in BatchInsertWithGid()116 std::this_thread::sleep_for(std::chrono::milliseconds(blockTimeMs_)); in BatchInsertWithGid()161 if (blockTimeMs_ != 0) { in BatchUpdate()172 if (blockTimeMs_ != 0) { in BatchDelete()197 if (blockTimeMs_ != 0) { in HeartBeat()216 if (blockTimeMs_ != 0) { in Lock()228 if (blockTimeMs_ != 0) { in UnLock()273 if (blockTimeMs_ != 0) { in Query()[all …]
135 std::atomic<int32_t> blockTimeMs_ = 0; variable