Searched refs:threadInfo (Results 26 - 27 of 27) sorted by relevance

12

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1523 thread_info threadInfo; local
1525 while (get_next_thread_info(nubThread->team->id, &cookie, &threadInfo)
1528 Thread* thread = Thread::GetAndLock(threadInfo.thread);
/haiku/src/servers/app/
H A DServerApp.cpp3605 thread_info threadInfo; local
3606 get_thread_info(fThread, &threadInfo);
3612 fLink.Attach<team_id>(threadInfo.team);

Completed in 46 milliseconds

12