Searched refs:_kern_get_thread_info (Results 1 - 7 of 7) sorted by last modified time

/haiku/headers/private/system/
H A Dsyscalls.h188 extern status_t _kern_get_thread_info(thread_id id, thread_info *info);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1094 void _kern_get_thread_info() {} function
H A Dlibroot_stubs.c1174 void _kern_get_thread_info() {} function
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp284 status_t status = _kern_get_thread_info(thread->id, &info);
332 status_t status = _kern_get_thread_info(thread->id, &info);
H A Dpthread_attr.c254 status = _kern_get_thread_info(thread->id, &info);
/haiku/src/system/libroot/os/
H A Dthread.c219 return _kern_get_thread_info(thread, info);
/haiku/src/system/runtime_loader/
H A Dutility.cpp94 return _kern_get_thread_info(thread, info);

Completed in 152 milliseconds