Searched defs:ThreadInfo (Results 1 – 7 of 7) sorted by relevance
47 struct ThreadInfo { struct51 ThreadInfo(std::string name, std::function<void()> func) in ThreadInfo() argument56 ThreadInfo(ThreadInfo&& other) in ThreadInfo() argument
86 struct ThreadInfo { struct93 std::unordered_map<TaskType, ThreadInfo> taskTypeTable_; argument
75 struct ThreadInfo { struct79 friend std::ostream &operator<<(std::ostream &os, const ThreadInfo &p) 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
113 void ThreadInfo(char* buf, size_t len, void* context __attribute__((unused))) in ThreadInfo() function
76 void ThreadInfo(char *buf __attribute__((unused)), in ThreadInfo() function