thread_debug_info
struct thread_debug_info debug_info;
void init_thread_debug_info(struct thread_debug_info *info);
void clear_thread_debug_info(struct thread_debug_info *info, bool dying);
void destroy_thread_debug_info(struct thread_debug_info *info);
thread_debug_info& threadDebugInfo = thread->debug_info;
thread_debug_info& debugInfo = thread->debug_info;
thread_debug_info& debugInfo = thread->debug_info;
thread_debug_info& debugInfo = thread->debug_info;
thread_debug_info &threadDebugInfo = thread->debug_info;
thread_debug_info &threadDebugInfo = thread->debug_info;
thread_debug_info &threadDebugInfo = thread->debug_info;
init_thread_debug_info(struct thread_debug_info *info)
clear_thread_debug_info(struct thread_debug_info *info, bool dying)
destroy_thread_debug_info(struct thread_debug_info *info)
thread_debug_info threadDebugInfo;
struct thread_debug_info debugInfo;