Searched refs:thread_id (Results 1 - 25 of 619) sorted by path

1234567891011>>

/haiku/headers/build/os/support/
H A DLocker.h26 thread_id LockingThread() const;
43 thread_id fLockOwner;
/haiku/headers/os/app/
H A DApplication.h49 virtual thread_id Run();
H A DLooper.h71 virtual thread_id Run();
79 thread_id Thread() const;
81 static BLooper* LooperForThread(thread_id thread);
84 thread_id LockingThread() const;
137 thread_id this_tid, sem_id sem,
167 thread_id fOwner;
168 thread_id fThread;
/haiku/headers/os/interface/
H A DMenuBar.h107 thread_id fTrackingPID;
H A DPopUpMenu.h85 thread_id fTrackThread;
/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/media/
H A DMediaEventLooper.h71 thread_id ControlThread();
114 thread_id fControlThread;
/haiku/headers/os/midi/
H A DMidi.h115 volatile thread_id fThreadId;
/haiku/headers/os/midi2/
H A DMidiConsumer.h112 thread_id fThread;
/haiku/headers/os/support/
H A DLocker.h26 thread_id LockingThread() const;
43 thread_id fLockOwner;
/haiku/headers/posix/
H A Dmalloc_debug.h25 void heap_debug_dump_allocations(bool statsOnly, thread_id thread);
31 thread_id *thread);
/haiku/headers/private/app/
H A DAppMisc.h29 thread_id main_thread_for(team_id team);
H A DLooperList.h40 BLooper* LooperForThread(thread_id tid);
62 FindThreadPred(thread_id tid) : thread(tid) {}
64 thread_id thread;
/haiku/headers/private/bluetooth/
H A DPortListener.h130 thread_id fThread;
/haiku/headers/private/debug/
H A DDebugContext.h45 status_t ContinueThread(thread_id thread,
47 status_t SetThreadDebuggingFlags(thread_id thread,
49 status_t GetThreadCpuState(thread_id thread,
H A DDebugLooper.h25 thread_id Run(bool spawnThread);
55 thread_id fThread;
H A DTeamDebugger.h34 static thread_id _LoadProgram(const char* const* args,
H A Ddebug_support.h42 status_t debug_get_cpu_state(debug_context *context, thread_id thread,
54 status_t debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h53 thread_id threadID, int argc,
91 virtual void ThreadActionRequested(thread_id threadID,
242 ThreadHandler* _GetThreadHandler(thread_id threadID);
278 thread_id fDebugEventListener;
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/headers/private/debugger/model/
H A DImageInfo.h43 thread_id fTeam;
H A DSemaphoreInfo.h20 thread_id latestHolder);
24 thread_id latestHolder);
31 thread_id LatestHolder() const
38 thread_id fLatestHolder;
H A DTeam.h133 bool RemoveThread(thread_id threadID);
134 ::Thread* ThreadByID(thread_id threadID) const;
H A DThread.h46 Thread(Team* team, thread_id threadID);
52 thread_id ID() const { return fID; }
87 thread_id fID;
H A DThreadInfo.h16 ThreadInfo(team_id team, thread_id thread,
19 void SetTo(team_id team, thread_id thread,
23 thread_id ThreadID() const { return fThread; }
28 thread_id fThread;

Completed in 210 milliseconds

1234567891011>>