team_debug_info
struct team_debug_info debug_info;
void clear_team_debug_info(struct team_debug_info *info, bool initLock);
team_debug_info teamDebugInfo;
team_debug_info &info = nubThread->team->debug_info;
clear_team_debug_info(struct team_debug_info *info, bool initLock)
destroy_team_debug_info(struct team_debug_info *info)
team_debug_info teamDebugInfo;
team_debug_info teamDebugInfo;
get_team_debug_info(team_debug_info &teamDebugInfo)
memcpy(&teamDebugInfo, &thread->team->debug_info, sizeof(team_debug_info));
static void get_team_debug_info(team_debug_info &teamDebugInfo);
team_debug_info teamDebugInfo;
team_debug_info teamDebugInfo;