Searched defs:ThreadInfo (Results 1 – 4 of 4) sorted by relevance
47 struct ThreadInfo { struct51 ThreadInfo(std::string name, std::function<void()> func) in ThreadInfo() argument56 ThreadInfo(ThreadInfo&& other) in ThreadInfo() function
86 struct ThreadInfo { struct93 std::unordered_map<TaskType, ThreadInfo> taskTypeTable_; argument
25 using ThreadInfo = std::pair<uint32_t, std::function<void(std::shared_ptr<Drawing::Surface>)>>; variable
29 using ThreadInfo = std::pair<uint32_t, std::function<void(std::shared_ptr<Drawing::Surface>)>>; variable