Home
last modified time | relevance | path

Searched refs:team_cookie (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/sys/
H A Dpriority.c124 int32 team_cookie = 0, th_cookie = 0; in getpriority() local
129 while (get_next_team_info(&team_cookie, &team) == B_OK) { in getpriority()
150 int32 team_cookie = 0, th_cookie = 0; in getpriority() local
154 while (get_next_team_info(&team_cookie, &team) == B_OK) { in getpriority()
/haiku/src/bin/
H A Dshutdown.cpp128 int32 team_cookie = 0; in main() local
130 while (get_next_team_info(&team_cookie, &teamInfo) in main()