Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Drenice.c95 int32 thcookie = 0; in main() local
129 thcookie = 0; in main()
130 while (get_next_thread_info(teaminfo.team, &thcookie, &thinfo) == B_OK) { in main()
H A Dtop.cpp285 int32 thcookie; in gather() local
296 thcookie = 0; in gather()
297 while (get_next_thread_info(tm.team, &thcookie, &t) == B_NO_ERROR) { in gather()