Home
last modified time | relevance | path

Searched defs:taskQueue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtask_pool_impl.cpp259 TaskQueue *taskQueue = nullptr; in TaskWorker() local
275 void TaskPoolImpl::FinishExecuteTask(TaskQueue *taskQueue) in FinishExecuteTask()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_power_manager.c18 struct HdfTaskQueue *taskQueue; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c39 Queue *taskQueue; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c207 Queue *taskQueue = NULL; in BTM_DeleteProcessingQueue() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp203 std::unordered_map<int64_t, std::function<void()>> taskQueue; in AddAcquireProviderForbiddenTask() local
216 std::unordered_map<int64_t, std::function<void()>> taskQueue; in ExecAcquireProviderForbiddenTask() local
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp76 std::unique_ptr<ExecuteQueue> taskQueue = std::make_unique<ExecuteQueue>(); in TaskManager() local
824 …r<uint64_t, Priority> TaskManager::GetTaskByPriority(const std::unique_ptr<ExecuteQueue>& taskQueu… in GetTaskByPriority()