Searched refs:_get_next_thread_info (Results 1 - 3 of 3) sorted by path

/haiku-fatelf/headers/os/kernel/
H A DOS.h349 extern status_t _get_next_thread_info(team_id team, int32 *cookie,
356 _get_next_thread_info((team), (cookie), (info), sizeof(*(info)))
/haiku-fatelf/src/system/kernel/
H A Dthread.cpp3083 _get_next_thread_info(team_id teamID, int32 *_cookie, thread_info *info,
3548 status = _get_next_thread_info(team, &cookie, &info, sizeof(thread_info));
/haiku-fatelf/src/system/libroot/os/
H A Dthread.c189 _get_next_thread_info(team_id team, int32 *cookie, thread_info *info, size_t size) function

Completed in 83 milliseconds