Searched refs:get_thread_info (Results 26 - 50 of 55) sorted by relevance

123

/haiku/src/kits/tracker/
H A DUtilities.h521 get_thread_info(find_thread(NULL), &info); \
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp744 get_thread_info(find_thread(NULL), &info);
788 get_thread_info(find_thread(NULL), &info);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp683 status_t error = get_thread_info(thread, &threadInfo);
961 error = get_thread_info(threadID, &info);
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp509 status_t error = get_thread_info(find_thread(NULL), &info);
545 error = get_thread_info(find_thread(NULL), &threadInfo);
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp264 return (get_thread_info(fThread, &info) == B_OK);
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp368 status_t status = get_thread_info(threadID, &threadInfo);
/haiku/src/kits/support/
H A DArchivable.cpp252 status_t err = get_thread_info(find_thread(NULL), &threadInfo);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp233 get_thread_info(find_thread(NULL), &ti);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp606 get_thread_info(find_thread(NULL), &info);
/haiku/headers/os/kernel/
H A DOS.h374 #define get_thread_info(id, info) \ macro
/haiku/src/kits/media/
H A DMediaTrack.cpp922 get_thread_info(find_thread(0), &tinfo);
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DCP_setup.c509 get_thread_info( thid, &thinfo );
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c738 get_thread_info(thid, &thinfo);
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c697 get_thread_info(thid, &thinfo);
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c709 get_thread_info(thid, &thinfo);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp343 if (get_thread_info(thread, &thinfo) == B_OK) {
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp754 status_t status = get_thread_info(threadID, &threadInfo);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp290 status_t result = get_thread_info(find_thread(NULL), &threadInfo);
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c813 get_thread_info(thid, &thinfo);
/haiku/src/kits/app/
H A DLooper.cpp217 if (get_thread_info(Thread(), &threadInfo) == B_OK)
/haiku/src/servers/debug/
H A DDebugServer.cpp1096 if (get_thread_info(debuggerThread, &threadInfo) != B_OK) {
/haiku/src/bin/debug/strace/
H A Dstrace.cpp766 status_t error = get_thread_info(threadID, &threadInfo);
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp439 if (get_thread_info(thread, &threadInfo) != B_OK
/haiku/src/apps/mail/
H A DContent.cpp1997 if (fThread != 0 && get_thread_info(fThread, &info) == B_NO_ERROR) {
2019 if (get_thread_info(fThread, &info) != B_OK)
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp787 if (get_thread_info(find_thread(NULL), &info) == B_OK)

Completed in 182 milliseconds

123