Searched refs:thread (Results 451 - 475 of 475) sorted by relevance

<<111213141516171819

/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_var.h66 struct thread;
749 int ifioctl(struct socket *, u_long, caddr_t, struct thread *);
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp1122 // We have to wait: first enqueue the thread
1124 // unlock the set itself and block the thread.
1134 TRACE(("xsi_semop: thread %d going to sleep\n", (int)thread->id));
1139 TRACE(("xsi_semop: thread %d back to life\n", (int)thread->id));
1153 TRACE(("xsi_semop: thread %d got interrupted while "
H A Drealtime_sem.cpp20 #include <thread.h>
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp437 thread_id thread = find_thread(NULL); local
439 if (get_thread_info(thread, &threadInfo) != B_OK
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp22 #include <thread.h>
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp20 #include <thread.h>
H A DVMKernelAddressSpace.cpp19 #include <thread.h>
H A DVMAnonymousCache.cpp47 #include <thread.h>
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h42 # include <thread.h>
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp16 #include <thread.h>
372 // processors (actually even this processor with another thread of the
/haiku/src/system/kernel/
H A Dsystem_info.cpp39 #include <thread.h>
275 if (event->FindInt32("thread", &object) != B_OK)
347 message.AddInt32("thread", object);
H A Dsmp.cpp30 #include <thread.h>
H A Delf.cpp37 #include <thread.h>
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp19 #include <thread.h>
/haiku/src/system/kernel/events/
H A Devent_queue.cpp18 #include <thread.h>
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp22 #include <thread.h>
44 // If a thread of the userland server enters userland FS kernel code and
591 // TODO: We should use some kind of ref counting to avoid that another thread
4397 Thread* thread = thread_get_current_thread(); local
4398 request->team = thread->team->id;
4399 request->thread = thread->id;
4405 // Here it gets dangerous: a thread of the userland server team being here
/haiku/src/kits/storage/
H A DPathMonitor.cpp2133 thread_id thread = looper->Run();
2134 if (thread < 0) {
/haiku/headers/cpp/
H A Dstl_alloc.h84 # include <thread.h>
135 // Typically thread-safe and more storage efficient.
307 // The first template parameter specifies whether more than one thread
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp20 #include <thread.h>
/haiku/src/servers/app/
H A DDesktop.cpp2666 // 1) thread_id - thread ID of the ServerApp to be deleted
2668 thread_id thread = -1; local
2669 if (link.Read<thread_id>(&thread) < B_OK)
2682 if (app->Thread() == thread) {
H A DServerWindow.cpp349 // instead of doing it from this thread.
462 info.thread = Thread();
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp1012 allocationEntry->thread = find_thread(NULL);
/haiku/headers/private/userlandfs/private/
H A DRequests.h281 thread_id thread; member in class:UserlandFSUtil::KernelRequest
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c5155 iwn_cdev_open(struct cdev *dev, int flags, int type, struct thread *td)
5162 iwn_cdev_close(struct cdev *dev, int flags, int type, struct thread *td)
5171 struct thread *td)
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c1879 struct thread *td = curthread;

Completed in 257 milliseconds

<<111213141516171819