Searched refs:thread_id (Results 201 - 225 of 619) sorted by relevance

1234567891011>>

/haiku/src/servers/registrar/
H A DEventQueue.h63 thread_id fEventLooper;
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.h64 thread_id fExportThread;
/haiku/headers/private/system/
H A Dsyscalls.h144 extern thread_id _kern_load_image(const char* const* flatArgs,
152 extern pid_t _kern_wait_for_child(thread_id child, uint32 flags,
157 extern thread_id _kern_fork(void);
163 extern thread_id _kern_spawn_thread(
165 extern thread_id _kern_find_thread(const char *name);
166 extern status_t _kern_suspend_thread(thread_id thread);
167 extern status_t _kern_resume_thread(thread_id thread);
168 extern status_t _kern_rename_thread(thread_id thread, const char *newName);
169 extern status_t _kern_set_thread_priority(thread_id thread,
171 extern status_t _kern_kill_thread(thread_id threa
[all...]
/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp36 thread_id thread = load_image(argCount, args, NULL);
101 thread_id thread = spawn_kernel_thread(&run_on_exit_loop,
/haiku/headers/private/kernel/
H A DDPC.h69 thread_id Thread() const
88 thread_id fThreadID;
H A DUserTimer.h168 ThreadTimeUserTimer(thread_id threadID);
188 thread_id fThreadID;
265 int32 _user_create_timer(clockid_t clockID, thread_id threadID,
268 status_t _user_delete_timer(int32 timerID, thread_id threadID);
269 status_t _user_get_timer(int32 timerID, thread_id threadID,
271 status_t _user_set_timer(int32 timerID, thread_id threadID,
H A Dlock.h26 thread_id holder;
39 thread_id holder;
53 thread_id holder;
158 extern void mutex_transfer_lock(mutex* lock, thread_id thread);
282 recursive_lock_transfer_lock(recursive_lock* lock, thread_id thread)
/haiku/src/preferences/time/
H A DNetworkTimeView.h104 thread_id fUpdateThread;
113 thread_id* thread);
/haiku/src/tests/kits/net/urlRequest/
H A DurlProtocolListener_test.cpp74 thread_id fThreadId;
77 thread_id Run() {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.h43 thread_id Thread() const { return fThread; }
97 thread_id fThread;
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.h31 thread_id reader_thread;
47 thread_id consumer_thread;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.h25 thread_id fThread;
73 thread_id fThread;
/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.cpp173 thread_id thread = -1;
311 /* its thread_id and stack_page are recorded. IsWriteLocked gets the stack_page of the */
323 /* so all of the stack_base and thread_id info is determined here. WriteLock passes */
324 /* in some variables so that if the lock is not held it does not have to get the thread_id */
330 MultiLocker::IsWriteLocked(uint32 *the_stack_base, thread_id *the_thread)
341 thread_id thread = 0;
386 thread_id thread = find_thread(NULL);
401 /* thread_id % max_threads */
402 /* each time ReadLock is called while in debug mode the thread_id */
424 thread_id threa
[all...]
/haiku/headers/os/app/
H A DRoster.h22 thread_id thread;
154 team_id team, thread_id thread,
162 thread_id thread) const;
165 thread_id thread, team_id team,
169 thread_id thread, port_id port) const;
188 team_id* _appTeam, thread_id* _appThread,
/haiku/src/system/kernel/
H A Dthread.cpp78 static thread_id sNextThreadID = 2;
125 void Notify(uint32 eventCode, team_id teamID, thread_id threadID,
167 Thread::Thread(const char* name, thread_id threadID, struct cpu_ent* cpu)
289 Thread::Get(thread_id id)
300 Thread::GetAndLock(thread_id id)
328 Thread::GetDebug(thread_id id)
335 Thread::IsAlive(thread_id id)
886 thread_id
1228 send_data_etc(thread_id id, int32 code, const void *buffer, size_t bufferSize,
1291 receive_data_etc(thread_id *_sende
[all...]
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.h235 thread_id fThreadIdCardReader;
236 thread_id fThreadIdMpegDemux;
237 thread_id fThreadIdRawAudio;
238 thread_id fThreadIdRawVideo;
239 thread_id fThreadIdEncAudio;
240 thread_id fThreadIdEncVideo;
241 thread_id fThreadIdMpegTS;
/haiku/headers/build/os/app/
H A DRoster.h41 thread_id thread;
152 uint32 flags, team_id team, thread_id thread,
156 void SetThread(team_id team, thread_id thread) const;
157 status_t SetThreadAndTeam(uint32 entryToken, thread_id thread,
159 status_t CompleteRegistration(team_id team, thread_id thread,
/haiku/src/kits/debug/
H A DDebugContext.cpp143 BDebugContext::ContinueThread(thread_id thread, bool singleStep)
156 BDebugContext::SetThreadDebuggingFlags(thread_id thread, int32 flags)
168 BDebugContext::GetThreadCpuState(thread_id thread,
H A DTeamDebugger.cpp90 thread_id thread = _LoadProgram(args, argCount, traceLoading);
119 /*static*/ thread_id
149 thread_id thread;
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.h54 void _SetWorkerThread(thread_id thread);
55 void _SetWorkerThreadLocked(thread_id thread);
164 thread_id fWorkerThread;
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp116 CoreFileDebuggerInterface::ContinueThread(thread_id thread)
123 CoreFileDebuggerInterface::StopThread(thread_id thread)
130 CoreFileDebuggerInterface::SingleStepThread(thread_id thread)
284 CoreFileDebuggerInterface::GetThreadInfo(thread_id thread, ThreadInfo& info)
296 CoreFileDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state)
308 CoreFileDebuggerInterface::SetCpuState(thread_id thread, const CpuState* state)
/haiku/headers/private/shared/
H A DRWLockManager.h33 thread_id thread;
44 thread_id fOwner;
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp89 thread_id
116 thread_id ret = load_image(argc, argv, envp);
/haiku/src/bin/
H A Dbt_discovery.cpp16 thread_id mainThread;
83 thread_id sender;
/haiku/headers/private/debug/
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,

Completed in 165 milliseconds

1234567891011>>