Searched refs:debugger_changed_condition (Results 1 – 3 of 3) sorted by relevance
74 struct ConditionVariable* debugger_changed_condition; member
242 info->debugger_changed_condition = NULL; in clear_team_debug_info()400 if (team->debug_info.debugger_changed_condition == NULL) { in prepare_debugger_change()402 team->debug_info.debugger_changed_condition = &condition; in prepare_debugger_change()408 team->debug_info.debugger_changed_condition->Add(&entry); in prepare_debugger_change()425 if (team->debug_info.debugger_changed_condition == NULL) { in prepare_debugger_change()427 team->debug_info.debugger_changed_condition = &condition; in prepare_debugger_change()433 team->debug_info.debugger_changed_condition->Add(&entry); in prepare_debugger_change()448 ConditionVariable* condition = team->debug_info.debugger_changed_condition; in finish_debugger_change()449 team->debug_info.debugger_changed_condition = NULL; in finish_debugger_change()
3226 if (team->debug_info.debugger_changed_condition != NULL) { in team_shutdown_team()3227 team->debug_info.debugger_changed_condition->Add( in team_shutdown_team()