Searched refs:B_BAD_TEAM_ID (Results 26 - 36 of 36) sorted by last modified time

12

/haiku/src/kits/app/
H A DRoster.cpp734 error = B_BAD_TEAM_ID;
1802 return B_BAD_TEAM_ID;
H A DMessenger.cpp211 if (result == B_BAD_TEAM_ID)
/haiku/src/bin/debug/profile/
H A Dprofile.cpp175 return B_BAD_TEAM_ID;
264 return B_BAD_TEAM_ID;
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp324 if (error == B_BAD_TEAM_ID)
/haiku/src/bin/
H A Dlistarea.c49 if (id != 1 && get_team_info(id, &teamInfo) == B_BAD_TEAM_ID) {
/haiku/src/system/libroot/posix/signal/
H A Dkill.c28 // translate B_BAD_THREAD_ID/B_BAD_TEAM_ID to ESRCH
29 if (status == B_BAD_THREAD_ID || status == B_BAD_TEAM_ID)
H A Dsigqueue.cpp30 // translate B_BAD_THREAD_ID/B_BAD_TEAM_ID to ESRCH
31 if (error == B_BAD_THREAD_ID || error == B_BAD_TEAM_ID)
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp137 if (get_team_info(fClientTeamID, &tinfo) == B_BAD_TEAM_ID) {
/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerTester.cpp392 (result should be set to B_BAD_TEAM_ID.)
410 CHK(error == B_BAD_TEAM_ID);
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp229 @results Should return B_BAD_TEAM_ID.
239 CHK(roster.GetRunningAppInfo(-1, &info) == B_BAD_TEAM_ID);
241 CHK(roster.GetRunningAppInfo(-2, &info) == B_BAD_TEAM_ID);
247 CHK(roster.GetRunningAppInfo(team, &info) == B_BAD_TEAM_ID);
/haiku/src/build/libroot/
H A Dsem.cpp201 return B_BAD_TEAM_ID;

Completed in 114 milliseconds

12