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

/haiku/src/system/libroot/posix/sys/
H A Dpriority.c111 int32 th_cookie = 0; local
114 while (get_next_thread_info(who, &th_cookie, &thread) == B_OK) {
124 int32 team_cookie = 0, th_cookie = 0; local
132 th_cookie = 0;
133 while (get_next_thread_info(team.team, &th_cookie, &thread)
150 int32 team_cookie = 0, th_cookie = 0; local
157 th_cookie = 0;
158 while (get_next_thread_info(team.team, &th_cookie, &thread)
180 int32 th_cookie = 0; local
190 while (get_next_thread_info(B_CURRENT_TEAM, &th_cookie,
[all...]

Completed in 22 milliseconds