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 in struct:team_debug_info
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp50 // TODO: Since the introduction of team_debug_info::debugger_changed_condition
240 info->debugger_changed_condition = NULL;
395 if (team->debug_info.debugger_changed_condition == NULL) {
397 team->debug_info.debugger_changed_condition = &condition;
403 team->debug_info.debugger_changed_condition->Add(&entry);
420 if (team->debug_info.debugger_changed_condition == NULL) {
422 team->debug_info.debugger_changed_condition = &condition;
428 team->debug_info.debugger_changed_condition->Add(&entry);
443 ConditionVariable* condition = team->debug_info.debugger_changed_condition;
444 team->debug_info.debugger_changed_condition
[all...]
/haiku/src/system/kernel/
H A Dteam.cpp3221 if (team->debug_info.debugger_changed_condition != NULL) {
3222 team->debug_info.debugger_changed_condition->Add(

Completed in 64 milliseconds