Searched refs:get_thread_info (Results 1 - 25 of 55) sorted by relevance

123

/haiku/src/system/libroot/posix/time/
H A Dclock.cpp19 get_thread_info(find_thread(NULL), &info);
30 get_thread_info(find_thread(NULL), &info);
/haiku/src/tests/kits/app/bmessenger/
H A DHelpers.h79 get_thread_info(find_thread(NULL), &info);
/haiku/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp21 get_thread_info(fThreadID, &fThreadInfo);
98 if (get_thread_info(fThreadID, &threadInfo) == B_OK)
149 if (get_thread_info(fThreadID, &info) == B_OK) {
H A DTeamBarMenuItem.cpp39 if (get_thread_info(t, &thinfos) == B_OK)
194 if (get_thread_info(t, &thinfos) == B_OK)
/haiku/src/bin/
H A Drelease.c61 get_thread_info(find_thread(NULL), &tinfo);
H A Dshutdown.cpp124 get_thread_info(find_thread(NULL), &threadInfo);
H A Drenice.c71 get_thread_info(th, &thinfo);
H A Dtop.cpp199 if (get_thread_info(it->thid, &t) < B_NO_ERROR) {
/haiku/src/apps/expander/
H A DExpanderThread.cpp285 status_t status = get_thread_info(fThreadId, &info);
298 status_t status = get_thread_info(fThreadId, &info);
311 status_t status = get_thread_info(fThreadId, &info);
326 status_t status = get_thread_info(fThreadId, &info);
H A DGenericThread.cpp326 return get_thread_info(fThreadId, info);
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.cpp56 status_t status = get_thread_info(fWorker, &ti);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp363 status_t status = get_thread_info(fZipProcess, &info);
376 status_t status = get_thread_info(fZipProcess, &info);
389 status_t status = get_thread_info(fZipProcess, &info);
405 status_t status = get_thread_info(fZipProcess, &info);
H A DGenericThread.cpp334 return get_thread_info(fThreadId, threadInfo);
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp155 error = get_thread_info(threadID, &threadInfo);
232 status_t error = get_thread_info(thread, &info);
/haiku/headers/tools/cppunit/
H A DThreadManager.h97 if (get_thread_info(fID, &info) == B_OK)
/haiku/src/kits/app/
H A DAppMisc.cpp137 if (get_thread_info(find_thread(NULL), &info) == B_OK)
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp312 error = get_thread_info(find_thread(NULL), &threadInfo);
352 status_t error = get_thread_info(find_thread(NULL), &threadInfo);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c177 get_thread_info(tid, &tinfo);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp193 get_thread_info(find_thread(NULL), &info);
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c254 get_thread_info(thid, &thinfo);
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp507 status_t err = get_thread_info(tid, &ti);
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp289 get_thread_info(thisThread, &threadInfo);
/haiku/src/kits/tracker/
H A DTaskLoop.cpp605 get_thread_info(fScanThread, &info);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp161 status_t error = get_thread_info(threadID, &threadInfo);
859 status_t error = get_thread_info(threadID, &threadInfo);
947 && get_thread_info(message.origin.team, &threadInfo)
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c185 if (get_thread_info(rand() % 200, &ti) != B_OK)

Completed in 190 milliseconds

123