Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor_pool.h51 execs_ = new (std::nothrow) TaskQueue(InnerTask()); in ExecutorPool()
58 if (execs_ != nullptr) { in ~ExecutorPool()
59 execs_->Clean(); in ~ExecutorPool()
73 delete execs_; in ~ExecutorPool() local
84 if (execs_ == nullptr) { in Execute()
124 if (execs_ != nullptr) {
125 execs_->Remove(taskId, wait);
148 execs_->Push(std::move(innerTask), taskId, INVALID_TIME); in Execute()
154 execs_, in Execute()
168 if (execs_ != nullptr) { in Schedule()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dexecutor_pool.h48 execs_ = new (std::nothrow) TaskQueue(InnerTask()); in ExecutorPool()
55 if (execs_ != nullptr) { in ~ExecutorPool()
56 execs_->Clean(); in ~ExecutorPool()
70 delete execs_; in ~ExecutorPool() local
80 if (execs_ == nullptr) { in Execute()
120 if (execs_ != nullptr) {
121 execs_->Remove(taskId, wait);
144 execs_->Push(std::move(innerTask), taskId, INVALID_TIME); in Execute()
150 execs_, in Execute()
164 if (execs_ != nullptr) { in Schedule()
[all …]