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

/haiku/src/system/libroot/posix/sys/
H A Dpriority.c114 while (get_next_thread_info(who, &th_cookie, &thread) == B_OK) {
133 while (get_next_thread_info(team.team, &th_cookie, &thread)
158 while (get_next_thread_info(team.team, &th_cookie, &thread)
190 while (get_next_thread_info(B_CURRENT_TEAM, &th_cookie, &thread) == B_OK)
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp53 while (get_next_thread_info(teamInfo.team, &threadCookie, &threadInfo)
/haiku/src/bin/
H A Dshutdown.cpp135 while (get_next_thread_info(teamInfo.team,
H A Drenice.c130 while (get_next_thread_info(teaminfo.team, &thcookie, &thinfo) == B_OK) {
H A Dps.c94 while (get_next_thread_info(teamInfo->team, &threadCookie, &threadInfo)
H A Dtop.cpp297 while (get_next_thread_info(tm.team, &thcookie, &t) == B_NO_ERROR) {
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.cpp79 while (get_next_thread_info(fTeam, &cookie, &info) == B_OK) {
H A DProcessController.cpp771 if (get_next_thread_info(infos[m].team_info.team, &hcookie,
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp47 while (get_next_thread_info(teamInfo.team, &threadCookie, &infos[count])
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp43 while (get_next_thread_info(team, &cookie, &threadInfo) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp303 while (get_next_thread_info(fUserlandServerTeam, &cookie, &threadInfo)
/haiku/headers/os/kernel/
H A DOS.h377 #define get_next_thread_info(team, cookie, info) \ macro
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp533 while (get_next_thread_info(fTeamID, &cookie, &threadInfo) == B_OK) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1212 #define get_next_thread_info(team, cookie, info) fssh_get_next_thread_info(team, cookie, info) macro
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1525 while (get_next_thread_info(nubThread->team->id, &cookie, &threadInfo)

Completed in 286 milliseconds