Home
last modified time | relevance | path

Searched refs:debugger_changed_condition (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Duser_debugger.h74 struct ConditionVariable* debugger_changed_condition; member
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp242 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()
/haiku/src/system/kernel/
H A Dteam.cpp3226 if (team->debug_info.debugger_changed_condition != NULL) { in team_shutdown_team()
3227 team->debug_info.debugger_changed_condition->Add( in team_shutdown_team()