Searched refs:_get_thread_info (Results 1 - 4 of 4) sorted by last modified time

/haiku-fatelf/src/system/kernel/
H A Dthread.cpp3061 _get_thread_info(thread_id id, thread_info *info, size_t size)
3526 status = _get_thread_info(id, &info, sizeof(thread_info));
/haiku-fatelf/src/system/libroot/os/
H A Dthread.c179 _get_thread_info(thread_id thread, thread_info *info, size_t size) function
/haiku-fatelf/src/system/runtime_loader/
H A Dutility.cpp88 _get_thread_info(thread_id thread, thread_info *info, size_t size) function
/haiku-fatelf/headers/os/kernel/
H A DOS.h348 extern status_t _get_thread_info(thread_id id, thread_info *info, size_t size);
353 _get_thread_info((id), (info), sizeof(*(info)))

Completed in 186 milliseconds