Symbol: get_next_thread_info
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
303
while (get_next_thread_info(fUserlandServerTeam, &cookie, &threadInfo)
src/apps/processcontroller/ProcessController.cpp
785
if (get_next_thread_info(infos[m].team_info.team, &hcookie,
src/apps/processcontroller/ThreadBarMenu.cpp
79
while (get_next_thread_info(fTeam, &cookie, &info) == B_OK) {
src/bin/debug/time_stats/timing_analysis.cpp
48
while (get_next_thread_info(teamInfo.team, &threadCookie, &infos[count])
src/bin/ps.c
94
while (get_next_thread_info(teamInfo->team, &threadCookie, &threadInfo)
src/bin/renice.c
128
while (get_next_thread_info(teaminfo.team, &thcookie, &thinfo) == B_OK) {
src/bin/shutdown.cpp
135
while (get_next_thread_info(teamInfo.team,
src/bin/top.cpp
297
while (get_next_thread_info(tm.team, &thcookie, &t) == B_NO_ERROR) {
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
533
while (get_next_thread_info(fTeamID, &cookie, &threadInfo) == B_OK) {
src/system/kernel/debug/user_debugger.cpp
1585
while (get_next_thread_info(nubThread->team->id, &cookie, &threadInfo)
src/system/libroot/posix/sys/priority.c
114
while (get_next_thread_info(who, &th_cookie, &thread) == B_OK) {
src/system/libroot/posix/sys/priority.c
133
while (get_next_thread_info(team.team, &th_cookie, &thread)
src/system/libroot/posix/sys/priority.c
158
while (get_next_thread_info(team.team, &th_cookie, &thread)
src/system/libroot/posix/sys/priority.c
190
while (get_next_thread_info(B_CURRENT_TEAM, &th_cookie, &thread) == B_OK)
src/tests/kits/app/broster/GetAppInfoTester.cpp
43
while (get_next_thread_info(team, &cookie, &threadInfo) == B_OK) {
src/tests/servers/registrar/run_test_registrar.cpp
53
while (get_next_thread_info(teamInfo.team, &threadCookie, &threadInfo)