Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dps.c130 int32 teamCookie = 0; in main() local
195 while (get_next_team_info(&teamCookie, &teamInfo) >= B_OK) { in main()
208 while (get_next_team_info(&teamCookie, &teamInfo) >= B_OK) { in main()
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp43 int32 teamCookie = 0; in get_usage_infos() local
45 while (get_next_team_info(&teamCookie, &teamInfo) == B_OK) { in get_usage_infos()