_get_thread_info
extern status_t _get_thread_info(thread_id id, thread_info *info, size_t size);
_get_thread_info((id), (info), sizeof(*(info)))
status = _get_thread_info(id, &info, sizeof(thread_info));