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

/haiku/headers/private/kernel/
H A Duser_debugger.h62 thread_id nub_thread; member in struct:team_debug_info
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp231 info->nub_thread = -1;
281 if (info->nub_thread >= 0) {
282 if (info->nub_thread != thread_get_current_thread()->id) {
284 wait_for_thread(info->nub_thread, &result);
287 info->nub_thread = -1;
573 if (thread->id == thread->team->debug_info.nub_thread) {
1583 && info.nub_thread == nubThread->id) {
1655 if (nubThread->team->debug_info.nub_thread != nubThread->id) {
2490 team->debug_info.nub_thread = nubThread;
2599 debuggerPort, nubPort, team->debug_info.nub_thread,
[all...]
/haiku/src/system/kernel/
H A Dteam.cpp1994 nubThreadID = team->debug_info.nub_thread;
2701 info->debugger_nub_thread = team->debug_info.nub_thread;

Completed in 43 milliseconds