Searched defs:executorPool_ (Results 1 – 5 of 5) sorted by relevance
48 std::shared_ptr<ExecutorPool> executorPool_; variable
50 std::shared_ptr<ExecutorPool> executorPool_; variable
127 static ExecutorPool executorPool_; variable
37 static std::shared_ptr<ExecutorPool> executorPool_; member in OHOS::Test::ExecutorPoolTest46 std::shared_ptr<ExecutorPool> ExecutorPoolTest::executorPool_ = std::make_shared<ExecutorPool>(12, … member in OHOS::Test::ExecutorPoolTest
33 ExecutorPool PreferencesBase::executorPool_ = ExecutorPool(1, 0); member in OHOS::NativePreferences::PreferencesBase