Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
Dthread_pool.h47 struct ThreadInfo { struct
51 ThreadInfo(std::string name, std::function<void()> func) in ThreadInfo() argument
56 ThreadInfo(ThreadInfo&& other) in ThreadInfo() function
/foundation/arkui/ace_engine/frameworks/core/common/
Dtask_executor_impl.h86 struct ThreadInfo { struct
93 std::unordered_map<TaskType, ThreadInfo> taskTypeTable_; argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
Drs_canvas_drawing_render_node_drawable.h25 using ThreadInfo = std::pair<uint32_t, std::function<void(std::shared_ptr<Drawing::Surface>)>>; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_canvas_drawing_render_node.h29 using ThreadInfo = std::pair<uint32_t, std::function<void(std::shared_ptr<Drawing::Surface>)>>; variable