Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/utilities/
Dldb_cmd_execute_result.h51 bool IsNotStarted() { return state_ == EXEC_NOT_STARTED; } in IsNotStarted() function
/rocksdb-6.9/tools/
Dldb_cmd.cc284 if (!exec_state_.IsNotStarted()) { in Run()
313 if (exec_state_.IsNotStarted()) { in Run()
397 if (!exec_state_.IsNotStarted()) { in OpenDB()
2852 if (!exec_state_.IsNotStarted()) { in DoCommand()