Home
last modified time | relevance | path

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
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp233 info->nub_thread = -1; in clear_team_debug_info()
283 if (info->nub_thread >= 0) { in destroy_team_debug_info()
284 if (info->nub_thread != thread_get_current_thread()->id) { in destroy_team_debug_info()
286 wait_for_thread(info->nub_thread, &result); in destroy_team_debug_info()
289 info->nub_thread = -1; in destroy_team_debug_info()
578 if (thread->id == thread->team->debug_info.nub_thread) { in thread_hit_debug_event_internal()
1639 && info.nub_thread == nubThread->id) { in nub_thread_cleanup()
1711 if (nubThread->team->debug_info.nub_thread != nubThread->id) { in debug_nub_thread()
2554 team->debug_info.nub_thread = nubThread; in install_team_debugger_init_debug_infos()
2662 debuggerPort, nubPort, team->debug_info.nub_thread, in install_team_debugger()
[all …]
/haiku/src/system/kernel/
H A Dteam.cpp1997 nubThreadID = team->debug_info.nub_thread; in exec_team()
2706 info->debugger_nub_thread = team->debug_info.nub_thread; in fill_team_info()