Searched refs:find_thread (Results 26 - 50 of 192) sorted by relevance

12345678

/haiku/src/kits/support/
H A DLocker.cpp123 " (see issue #6400).\n", fSemaphoreID, find_thread(NULL),
166 // find_thread() to the fLockOwner.
167 return find_thread(NULL) == fLockOwner;
287 fLockOwner = find_thread(NULL);
/haiku/src/build/libbe/support/
H A DLocker.cpp123 " (see issue #6400).\n", fSemaphoreID, find_thread(NULL),
166 // find_thread() to the fLockOwner.
167 return find_thread(NULL) == fLockOwner;
287 fLockOwner = find_thread(NULL);
/haiku/src/tests/kits/app/blooper/
H A DLooperForThreadTest.cpp40 CPPUNIT_ASSERT(BLooper::LooperForThread(find_thread(NULL)) == NULL);
/haiku/src/tests/kits/support/blocker/
H A DLockerTestCase.cpp59 thread_id expectedThread = find_thread(NULL);
/haiku/src/tests/system/libroot/posix/
H A Dinit_rld_after_fork_test.cpp13 printf("%s (%ld) semaphores:\n", process, find_thread(NULL));
/haiku/src/system/glue/
H A Dstart_dyn.c37 __main_thread_id = find_thread(NULL);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp51 thread_id me = find_thread(NULL);
59 if (has_data(find_thread(NULL))) {
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp89 thread_id thread = find_thread(NULL);
103 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp89 thread_id thread = find_thread(NULL);
103 thread_id thread = find_thread(NULL);
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp89 thread_id thread = find_thread(NULL);
104 thread_id thread = find_thread(NULL);
/haiku/src/servers/package/
H A DDebugSupport.cpp89 thread_id thread = find_thread(NULL);
103 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp86 thread_id thread = find_thread(NULL);
101 thread_id thread = find_thread(NULL);
/haiku/src/kits/shared/
H A DRWLockManager.cpp97 thread_id thread = find_thread(NULL);
106 lockable->fOwner = find_thread(NULL);
119 thread_id thread = find_thread(NULL);
141 thread_id thread = find_thread(NULL);
163 if (find_thread(NULL) != lockable->fOwner) {
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmutex.h54 mutex->u.mutex_.owner = find_thread(NULL);
69 mutex->u.mutex_.owner = find_thread(NULL);
108 return mutex->u.mutex_.owner == find_thread(NULL);
111 return mutex->u.recursive.lock.holder == find_thread(NULL);
113 return mutex->u.recursive.holder == find_thread(NULL);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp42 find_thread(NULL), this);
49 find_thread(NULL), this);
56 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Init()\n", find_thread(NULL),
66 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Uninit()\n", find_thread(NULL),
88 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Open()\n", find_thread(NULL),
104 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Close()\n", find_thread(NULL),
131 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Free()\n", find_thread(NULL),
149 find_thread(NULL), this,
166 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Unbind()\n", find_thread(NULL),
178 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Listen(%d)\n", find_thread(NUL
[all...]
H A DUnixDebug.h20 find_thread(NULL), __LINE__, __PRETTY_FUNCTION__, \
H A DUnixEndpoint.cpp26 TRACE("[%" B_PRId32 "] UnixEndpoint::Create(%p, %p)\n", find_thread(NULL),
54 find_thread(NULL), this);
63 find_thread(NULL), this);
73 find_thread(NULL), this,
/haiku/headers/private/userlandfs/shared/
H A DRecursiveLock.h53 return RECURSIVE_LOCK_HOLDER(&fLock) == find_thread(NULL);
/haiku/src/tests/kits/app/bmessenger/
H A DHelpers.h79 get_thread_info(find_thread(NULL), &info);
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.cpp51 thread_id callingThread = find_thread(NULL);
/haiku/src/system/libroot/os/
H A Dlaunch.cpp24 && info.team == find_thread(NULL)) {
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp106 if (RECURSIVE_LOCK_HOLDER(lock) == find_thread(NULL))
144 thread_id thread = find_thread(NULL);
161 thread_id thread = find_thread(NULL);
181 if (find_thread(NULL) != RECURSIVE_LOCK_HOLDER(lock))
312 if (lock->waiters != NULL && find_thread(NULL)
348 if (lock->holder == find_thread(NULL)) {
378 if (lock->holder == find_thread(NULL)) {
474 if (lock->holder == find_thread(NULL)) {
501 thread_id thread = find_thread(NULL);
543 if (find_thread(NUL
[all...]
/haiku/src/apps/haikudepot/model/
H A DLogger.cpp103 uint32 thread_id_abs = static_cast<uint32>(find_thread(NULL));
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp74 thread_id thread = find_thread(NULL);
100 info.owner = find_thread(NULL);
/haiku/headers/os/support/
H A DDebug.h52 find_thread(NULL))
56 find_thread(NULL))

Completed in 285 milliseconds

12345678