Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/flutter/
Dflutter_task_executor.h77 struct ThreadInfo { struct
84 std::unordered_map<TaskType, ThreadInfo> taskTypeTable_; argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_canvas_drawing_render_node.h28 using ThreadInfo = std::pair<uint64_t, std::function<void(sk_sp<SkSurface>)>>; variable
30 using ThreadInfo = std::pair<uint64_t, std::function<void(std::shared_ptr<Drawing::Surface>)>>; variable