Searched refs:thread_id (Results 51 - 75 of 619) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/
H A Dyield_test.cpp25 thread_id thread = spawn_thread(looper, "Real-Time Looper", B_REAL_TIME_PRIORITY, NULL);
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.h30 thread_id fSenderThread;
/haiku/src/bin/
H A Dprio.c21 thread_id th;
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A D_mutex.h19 thread_id owner;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h30 virtual status_t ContinueThread(thread_id thread);
31 virtual status_t StopThread(thread_id thread);
32 virtual status_t SingleStepThread(thread_id thread);
54 virtual status_t GetThreadInfo(thread_id thread,
56 virtual status_t GetCpuState(thread_id thread,
59 virtual status_t SetCpuState(thread_id thread,
88 status_t _GetDebugCpuState(thread_id thread,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h26 virtual thread_id Run();
87 thread_id fConnectionListenerThread;
88 thread_id fConnectionDeleter;
89 thread_id fBroadcaster;
92 thread_id fServerInfoConnectionListener;
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp27 for (map<thread_id, ThreadSubTestInfo*>::iterator i = fNumberMap.begin();
39 thread_id id = find_thread(NULL);
44 map<thread_id, ThreadSubTestInfo*>::iterator i = fNumberMap.find(id);
67 thread_id id = find_thread(NULL);
99 BThreadedTestCase::InitThreadInfo(thread_id id, string threadName) {
101 map<thread_id, ThreadSubTestInfo*>::iterator i = fNumberMap.find(id);
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h39 virtual status_t ContinueThread(thread_id thread);
40 virtual status_t StopThread(thread_id thread);
41 virtual status_t SingleStepThread(thread_id thread);
63 virtual status_t GetThreadInfo(thread_id thread,
65 virtual status_t GetCpuState(thread_id thread,
68 virtual status_t SetCpuState(thread_id thread,
/haiku/src/system/libroot/os/
H A Dthread.c103 thread_id
108 thread_id id;
136 kill_thread(thread_id thread)
143 resume_thread(thread_id thread)
150 suspend_thread(thread_id thread)
157 rename_thread(thread_id thread, const char *name)
164 set_thread_priority(thread_id thread, int32 priority)
180 wait_for_thread(thread_id thread, status_t *_returnCode)
187 wait_for_thread_etc(thread_id thread, uint32 flags, bigtime_t timeout, status_t *_returnCode)
214 _get_thread_info(thread_id threa
[all...]
/haiku/headers/private/debug/
H A DDebugLooper.h25 thread_id Run(bool spawnThread);
55 thread_id fThread;
/haiku/headers/private/system/
H A Dscheduler_defs.h14 thread_id id;
49 thread_id thread;
/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h36 void InitThreadInfo(thread_id id, std::string threadName);
52 std::map<thread_id, ThreadSubTestInfo*> fNumberMap;
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.h36 thread_id fThreadId;
41 thread_id PipeCommand(int argc, const char** argv, int& in,
/haiku/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test2.cpp24 thread_id mainThread = teamInfo.team;
68 thread_id signalThread = spawn_thread(&signal_pusher, "signal pusher",
H A Dabort_test.cpp26 thread_id thread = spawn_thread(&abort_thread, "abort test",
/haiku/headers/os/kernel/
H A Dscheduler.h63 bigtime_t estimate_max_scheduling_latency(thread_id th = -1);
75 bigtime_t estimate_max_scheduling_latency(thread_id th);
/haiku/headers/os/support/
H A DLocker.h26 thread_id LockingThread() const;
43 thread_id fLockOwner;
/haiku/src/kits/debugger/model/
H A DSemaphoreInfo.cpp33 const BString& name, int32 count, thread_id latestHolder)
46 int32 count, thread_id latestHolder)
/haiku/src/servers/app/
H A DMessageLooper.h28 thread_id Thread() const { return fThread; }
50 thread_id fThread;
/haiku/headers/build/os/support/
H A DLocker.h26 thread_id LockingThread() const;
43 thread_id fLockOwner;
/haiku/src/tests/servers/registrar/
H A DFakeAuthenticationManager.h30 thread_id fRequestThread;
/haiku/src/apps/packageinstaller/
H A DPackageInstall.h39 thread_id fThreadId;
/haiku/headers/private/syslog_daemon/
H A Dsyslog_daemon.h23 thread_id from;
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.h13 thread_id thread;
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.h28 thread_id fWorker;

Completed in 101 milliseconds

1234567891011>>