Searched defs:thread_analyzer_info (Results 1 – 1 of 1) sorted by relevance
26 struct thread_analyzer_info { struct30 const char *name;32 size_t stack_size;34 size_t stack_used;58 typedef void (*thread_analyzer_cb)(struct thread_analyzer_info *info); argument