Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp44 constexpr int32_t TRANSACTION_TIMEOUT(2); variable
330 if (transCondition_.wait_for(lock, std::chrono::seconds(TRANSACTION_TIMEOUT), [this] { in AcquireTransaction()