Searched refs:get_next_team_info (Results 1 - 24 of 24) sorted by relevance

/haiku/src/system/kernel/
H A Dshutdown.cpp24 while (get_next_team_info(&cookie, &info) == B_OK) {
/haiku/src/bin/
H A Dlistarea.c81 while (get_next_team_info(&cookie, &info) >= B_OK) {
98 while (get_next_team_info(&cookie, &info) >= B_OK)
H A Dlistimage.c88 while (get_next_team_info(&cookie, &info) >= B_OK) {
109 while (get_next_team_info(&cookie, &info) >= B_OK) {
H A Dlistport.c35 while (get_next_team_info(&cookie, &info) >= B_OK)
H A Dpidof.cpp68 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
H A Dps.c195 while (get_next_team_info(&teamCookie, &teamInfo) >= B_OK) {
208 while (get_next_team_info(&teamCookie, &teamInfo) >= B_OK) {
H A Dlistsem.c84 while (get_next_team_info( &cookie, &tinfo) == B_OK)
H A Dshutdown.cpp130 while (get_next_team_info(&team_cookie, &teamInfo)
H A Drenice.c128 while (get_next_team_info(&teamcookie, &teaminfo) == B_OK) {
H A Dfdinfo.cpp173 while (get_next_team_info(&cookie, &info) == B_OK) {
H A Dtop.cpp295 while (get_next_team_info(&tmcookie, &tm) == B_NO_ERROR) {
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp66 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c129 while (get_next_team_info(&team_cookie, &team) == B_OK) {
154 while (get_next_team_info(&team_cookie, &team) == B_OK) {
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp44 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp45 while (get_next_team_info(&teamCookie, &teamInfo) == B_OK) {
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp100 while (get_next_team_info(&cookie, &infos.team_info) == B_OK) {
H A DMemoryBarMenu.cpp112 while (get_next_team_info(&cookie, &infos.team_info) == B_OK) {
H A DProcessController.cpp768 if (get_next_team_info(&mcookie, &infos[m].team_info) == B_OK) {
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp92 while (get_next_team_info(&cookie, &info) == B_OK) {
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.cpp203 while (!get_next_team_info(&c, &i))
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp520 while (get_next_team_info(&cookie, &info) == B_OK) {
/haiku/headers/os/kernel/
H A DOS.h275 #define get_next_team_info(cookie, info) \ macro
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp1723 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
1739 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
/haiku/src/servers/debug/
H A DDebugServer.cpp1175 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {

Completed in 2060 milliseconds