Searched refs:thread_id (Results 176 - 200 of 619) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/
H A Dport_wakeup_test_9.cpp50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dselect_close_test.cpp27 thread_id thread = spawn_thread(close_fd, "close fd", B_NORMAL_PRIORITY,
/haiku/src/tests/system/kernel/scheduler/
H A Doverride_types.h24 thread_id id;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.h67 thread_id fThread;
/haiku/src/servers/registrar/
H A DAuthenticationManager.h44 thread_id fRequestThread;
H A DRosterAppInfo.cpp32 RosterAppInfo::Init(thread_id thread, team_id team, port_id port, uint32 flags,
/haiku/src/add-ons/kernel/debugger/invalidate_on_exit/
H A Dinvalidate_on_exit.cpp54 thread_id thread = spawn_kernel_thread(&invalidate_loop,
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.cpp51 thread_id callingThread = find_thread(NULL);
/haiku/src/system/libroot/os/locks/
H A Drecursive_lock.cpp59 thread_id thread = find_thread(NULL);
/haiku/src/tests/kits/storage/
H A DTestApp.h45 thread_id fAppThread;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.h51 thread_id fOutputWorker;
/haiku/src/servers/launch/
H A DWorker.h34 thread_id fThread;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoE.h46 thread_id receiver;
/haiku/headers/private/app/
H A DAppMisc.h29 thread_id main_thread_for(team_id team);
/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h47 thread_id ThreadID() const { return fThread->ID(); }
146 typedef thread_id KeyType;
149 size_t HashKey(thread_id key) const
159 bool Compare(thread_id key, ThreadHandler* value) const
/haiku/src/preferences/repositories/
H A DTaskTimer.h30 thread_id threadId;
/haiku/src/bin/debug/
H A Ddebug_utils.cpp76 thread_id
105 thread_id thread;
144 set_thread_debugging_flags(port_id nubPort, thread_id thread, int32 flags)
167 continue_thread(port_id nubPort, thread_id thread)
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.h42 thread_id fLoopThread;
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/apps/terminal/
H A DTermApp.h56 thread_id fChildCleanupThread;
/haiku/src/system/libroot/posix/unistd/
H A Dprocess.c18 extern thread_id __main_thread_id;
/haiku/src/apps/haiku3d/
H A DRenderView.h47 thread_id fRenderThread;
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.h44 thread_id fReqThread;
/haiku/src/tests/system/libroot/posix/
H A Dthread_local_test.cpp32 int thread_id = *(int*)id_ptr; local
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,

Completed in 212 milliseconds

1234567891011>>