Searched refs:find_thread (Results 51 - 75 of 192) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/shared/
H A DDebugSupport.cpp91 thread_id thread = find_thread(NULL);
105 thread_id thread = find_thread(NULL);
/haiku/src/kits/shared/
H A DRWLocker.cpp84 thread_id thread = find_thread(NULL);
118 thread_id thread = find_thread(NULL);
149 thread_id thread = find_thread(NULL);
182 return (fWriter == find_thread(NULL));
208 thread_id thread = find_thread(NULL);
283 thread_id thread = find_thread(NULL);
H A DThread.cpp50 if (fScanThread > 0 && fScanThread != find_thread(NULL)) {
/haiku/src/servers/app/
H A DMultiLocker.cpp121 writeLockHolder = (find_thread(NULL) == fLock.holder);
223 writeLockHolder = (find_thread(NULL) == fWriterThread);
292 fWriterThread = find_thread(NULL);
357 thread_id thread = find_thread(NULL);
386 thread_id thread = find_thread(NULL);
398 thread_id thread = find_thread(NULL);
H A DTestServerLoopAdapter.cpp50 rename_thread(find_thread(NULL), "picasso");
/haiku/src/apps/showimage/
H A DImageCache.cpp175 thread = find_thread("image loader");
187 TRACE("%ld: start worker thread\n", find_thread(NULL));
198 TRACE("%ld: got entry %s from queue.\n", find_thread(NULL),
215 TRACE("%ld: end worker thread\n", find_thread(NULL));
304 find_thread(NULL), entry->ref.name, fBytes);
312 TRACE("%ld: purge cached entry %s from queue.\n", find_thread(NULL),
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp30 thread(find_thread(NULL)),
77 owner = find_thread(NULL);
83 if (find_thread(NULL) == owner) {
166 owner = find_thread(NULL);
177 if (find_thread(NULL) == owner) {
194 if (writer_count == 1 && owner == find_thread(NULL))
H A Dpthread_mutex.cpp55 thread_id thisThread = find_thread(NULL);
164 if (mutex->owner != find_thread(NULL))
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp39 thread_id id = find_thread(NULL);
67 thread_id id = find_thread(NULL);
/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestAppQuitWhenStartedFromAnotherThread.cpp48 gBAppThreadID = spawn_thread(bapp_thread, "BApplication(test)", B_NORMAL_PRIORITY, (void *)find_thread(NULL));
/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.cpp314 /* find_thread(NULL) method of matching the thread_ids is used. */
353 thread = find_thread(NULL);
386 thread_id thread = find_thread(NULL);
424 thread_id thread = find_thread(NULL);
447 thread_id thread = find_thread(NULL);
/haiku/src/bin/
H A Drelease.c61 get_thread_info(find_thread(NULL), &tinfo);
/haiku/src/system/libroot/os/
H A Dtime.cpp94 status_t error = _kern_set_timer(USER_TIMER_REAL_TIME_ID, find_thread(NULL),
H A Ddebug.c63 debug_printf("%" B_PRId32 ": DEBUGGER: %s\n", find_thread(NULL), message);
264 debug_printf("%" B_PRId32 ": ASSERT: %s:%d %s\n", find_thread(NULL), file,
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Drwlock.h70 if (rwl->lock.holder != find_thread(NULL))
/haiku/src/system/libroot/
H A Dlibroot_init.c73 __main_thread_id = pthread_self()->id = find_thread(NULL);
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Darch-specific.cpp78 "area not found! Base address: %p\n", find_thread(NULL),
176 "found free chunk to hold %ld bytes\n", find_thread(NULL), size));
218 find_thread(NULL), size));
227 "(%ld requested)\n", find_thread(NULL), incrementAlignedSize, size));
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp142 find_thread(NULL), request);
165 TRACE_RIO("[%ld] got %zu file vecs\n", find_thread(NULL), vecCount);
178 find_thread(NULL), i, vecOffset, vecLength);
201 "%lld\n", find_thread(NULL), vecOffset, vecLength);
243 TRACE_RIO("[%ld] scheduling subrequest: %p\n", find_thread(NULL),
346 ", length: %" B_PRIuGENADDR "))\n", find_thread(NULL), request,
362 find_thread(NULL), offset, vecBase, vecLength);
367 TRACE_RIO("[%ld] I/O failed: %#lx\n", find_thread(NULL), error);
380 TRACE_RIO("[%ld] synchronous_io() succeeded\n", find_thread(NULL));
494 find_thread(NUL
[all...]
/haiku/headers/tools/cppunit/
H A DThreadManager.h72 if (find_thread(NULL) != fID)
81 if (find_thread(NULL) != fID) {
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp65 if (thread == find_thread(NULL)) {
185 thread_id me = find_thread(NULL);
/haiku/src/kits/package/
H A DContext.cpp106 BString contextName = BString("pkgkit-context-") << find_thread(NULL)
/haiku/headers/private/kernel/
H A Dlock.h76 { ASSERT(find_thread(NULL) == (r)->lock.holder); }
77 # define ASSERT_LOCKED_MUTEX(m) { ASSERT(find_thread(NULL) == (m)->holder); }
79 { ASSERT(find_thread(NULL) == (l)->holder); }
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp68 TRACE("[%" B_PRId32 "] unix_init_protocol(%p)\n", find_thread(NULL),
89 TRACE("[%" B_PRId32 "] unix_uninit_protocol(%p)\n", find_thread(NULL),
296 "len: %" B_PRId32 "))\n", find_thread(NULL), self, container, header,
334 "container\n", find_thread(NULL), count);
360 "type: %d, len: %lu), %p, %p, %lu)\n", find_thread(NULL), self, header,
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp817 TRACE(("%d: create new data header %p\n", find_thread(NULL), header));
831 TRACE(("%d: free header %p\n", find_thread(NULL), header));
946 TRACE(("%d: add first data node %p to header %p\n", find_thread(NULL),
972 TRACE(("%d: add data node %p to header %p\n", find_thread(NULL), node,
993 find_thread(NULL), node, node->header, located));
1097 TRACE(("%d: create buffer %p\n", find_thread(NULL), buffer));
1148 TRACE(("%d: free buffer %p\n", find_thread(NULL), buffer));
1180 TRACE(("%d: duplicate_buffer(buffer %p)\n", find_thread(NULL), buffer));
1189 TRACE(("%d: duplicate: %p)\n", find_thread(NULL), duplicate));
1252 TRACE(("%d: clone_buffer(buffer %p)\n", find_thread(NUL
[all...]
/haiku/headers/private/shared/
H A DRWLockManager.h27 thread(find_thread(NULL)),

Completed in 206 milliseconds

12345678