Searched refs:debugChangeCondition (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp795 ConditionVariable debugChangeCondition; local
796 debugChangeCondition.Init(team, "debug change condition");
797 prepare_debugger_change(team, debugChangeCondition);
1568 ConditionVariable debugChangeCondition; local
1569 debugChangeCondition.Init(nubThread->team, "debug change condition");
1570 prepare_debugger_change(nubThread->team, debugChangeCondition);
2554 ConditionVariable debugChangeCondition; local
2555 debugChangeCondition.Init(NULL, "debug change condition");
2556 error = prepare_debugger_change(teamID, debugChangeCondition, team);
2881 ConditionVariable debugChangeCondition; local
[all...]

Completed in 68 milliseconds