Searched refs:find_thread (Results 101 - 125 of 192) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h99 #define DEBUG_THREAD find_thread(NULL)
/haiku/headers/private/userlandfs/shared/
H A DDebug.h93 #define DEBUG_THREAD find_thread(NULL)
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h99 #define DEBUG_THREAD find_thread(NULL)
/haiku/headers/private/file_systems/
H A DDebugSupport.h108 #define DEBUG_THREAD find_thread(NULL)
/haiku/src/servers/package/
H A DDebugSupport.h103 #define DEBUG_THREAD find_thread(NULL)
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h100 #define DEBUG_THREAD find_thread(NULL)
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp290 status_t result = get_thread_info(find_thread(NULL), &threadInfo);
320 page.allocating_thread = find_thread(NULL);
364 page.freeing_thread = find_thread(NULL);
531 page->allocating_thread = find_thread(NULL);
871 find_thread(NULL), address, page.allocation_base, \
/haiku/src/kits/interface/
H A DAlert.cpp278 BLooper::LooperForThread(find_thread(NULL)));
445 dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
648 find_thread(NULL)));
H A DPopUpMenu.cpp349 = dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp372 find_thread(NULL), this, shutdown);
390 find_thread(NULL), this, vecs, vecCount, timeout);
436 ")\n", find_thread(NULL), this, vecs, vecCount, ancillaryData,
/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/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp98 thread_id thread = find_thread(NULL);
111 thread_id thread = find_thread(NULL);
/haiku/src/apps/terminal/
H A DShell.cpp442 thread_id terminalThread = find_thread(NULL);
544 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY);
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.cpp182 thread_id theThread = find_thread(NULL);
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp83 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h120 { return find_thread(NULL) == fCheckingThread; }
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp184 (BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c174 thread_id tid = find_thread(0);
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp244 return find_thread(NULL) == fThread;
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp193 get_thread_info(find_thread(NULL), &info);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp874 D_LOCK(("*** NodeGroup::lock(): %ld\n", find_thread(0)));
879 D_LOCK(("*** NodeGroup::lock() ACQUIRED: %ld\n", find_thread(0)));
887 D_LOCK(("*** NodeGroup::unlock(): %ld\n", find_thread(0)));
892 D_LOCK(("*** NodeGroup::unlock() RELEASED: %ld\n", find_thread(0)));
H A DNodeRef.cpp1410 D_LOCK(("*** NodeRef::lock(): %ld\n", find_thread(0)));
1428 D_LOCK(("*** NodeRef::lock() ACQUIRED: %ld\n", find_thread(0)));
1436 D_LOCK(("*** NodeRef::unlock(): %ld\n", find_thread(0)));
1444 D_LOCK(("*** NodeRef::unlock() RELEASED: %ld\n", find_thread(0)));
1450 D_LOCK(("*** NodeRef::unlock() RELEASED: %ld\n", find_thread(0)));
/haiku/src/kits/tracker/
H A DFilePanel.cpp111 BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/kits/media/
H A DMediaFormats.cpp570 if (!sLock.IsLocked() || sLock.LockingThread() != find_thread(NULL)) {
584 if (!sLock.IsLocked() || sLock.LockingThread() != find_thread(NULL)) {
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp233 get_thread_info(find_thread(NULL), &ti);
414 if (tv->last_raiser_thread != find_thread(NULL))

Completed in 338 milliseconds

12345678