Searched refs:thread_id (Results 1 - 25 of 620) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/os/arch/x86/
H A Dthread.c11 thread_id
17 thread_id thread;
29 extern thread_id _kfind_thread_(const char *name);
32 thread_id
39 extern thread_id _kget_thread_stacks_(thread_id thread, uint32 *stacks);
42 _kget_thread_stacks_(thread_id thread, uint32 *stacks)
/haiku/src/system/libroot/os/arch/x86_64/
H A Dthread.cpp11 thread_id
15 thread_id thread;
16 static_assert(sizeof(thread_id) <= sizeof(uint32_t),
17 "thread_id is larger than uint32_t");
/haiku/src/build/libroot/
H A Dthread.cpp6 static const thread_id kMainThreadID = 3;
11 kill_thread(thread_id thread)
18 resume_thread(thread_id thread)
25 suspend_thread(thread_id thread)
31 thread_id
42 _get_thread_info(thread_id id, thread_info* info, size_t size)
/haiku/src/system/libroot/os/arch/m68k/
H A Dthread.c5 thread_id
/haiku/src/system/libroot/os/arch/ppc/
H A Dthread.c5 thread_id
/haiku/src/system/libroot/os/arch/sparc/
H A Dthread.c5 thread_id
/haiku/src/system/libroot/os/arch/riscv64/
H A Dthread.cpp12 thread_id
16 return (thread_id)(addr_t)tls_get(TLS_THREAD_ID_SLOT);
/haiku/src/system/libroot/os/arch/arm/
H A Dthread.c18 thread_id
22 return (thread_id)(addr_t)tls_get(TLS_THREAD_ID_SLOT);
/haiku/src/system/libroot/os/arch/arm64/
H A Dthread.c12 thread_id
16 return (thread_id)(addr_t)tls_get(TLS_THREAD_ID_SLOT);
/haiku/src/bin/debug/
H A Ddebug_utils.h11 thread_id load_program(const char* const* args, int32 argCount,
15 status_t set_thread_debugging_flags(port_id nubPort, thread_id thread,
17 status_t continue_thread(port_id nubPort, thread_id thread);
/haiku/headers/private/debugger/model/
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;
H A DSemaphoreInfo.h20 thread_id latestHolder);
24 thread_id latestHolder);
31 thread_id LatestHolder() const
38 thread_id fLatestHolder;
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp15 thread_id thread)
41 thread_id thread, CpuState* state)
61 ThreadDebuggedEvent::ThreadDebuggedEvent(team_id team, thread_id thread)
71 DebuggerCallEvent::DebuggerCallEvent(team_id team, thread_id thread,
83 BreakpointHitEvent::BreakpointHitEvent(team_id team, thread_id thread,
94 WatchpointHitEvent::WatchpointHitEvent(team_id team, thread_id thread,
106 SingleStepEvent::SingleStepEvent(team_id team, thread_id thread,
117 ExceptionOccurredEvent::ExceptionOccurredEvent(team_id team, thread_id thread,
129 TeamDeletedEvent::TeamDeletedEvent(team_id team, thread_id thread)
139 TeamExecEvent::TeamExecEvent(team_id team, thread_id threa
[all...]
H A DDebugEvent.h31 team_id team, thread_id thread);
36 thread_id Thread() const { return fThread; }
44 thread_id fThread;
52 team_id team, thread_id thread,
66 thread_id thread);
73 thread_id thread, target_addr_t message);
85 thread_id thread, CpuState* state);
92 thread_id thread, CpuState* state);
99 thread_id thread, CpuState* state);
106 thread_id threa
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dthread.h25 static inline thread_id
28 return (thread_id)(addr_t)thread;
/haiku/src/apps/processcontroller/
H A DPriorityMenu.h13 PriorityMenu (thread_id thread, int32 priority);
19 thread_id fThreadID;
H A DPCWorld.h27 extern thread_id id;
H A DThreadBarMenuItem.h14 ThreadBarMenuItem(const char* title, thread_id thread,
27 thread_id fThreadID;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.h15 thread_id GetThread() const;
22 thread_id fThread;
42 thread_id fLockOwner;
/haiku/src/kits/debug/arch/arm/
H A Darch_debug_support.cpp15 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/kits/debug/arch/ppc/
H A Darch_debug_support.cpp13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/system/libroot/posix/signal/
H A Dsend_signal.c17 send_signal(thread_id thread, uint sig)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPReportManager.h25 static bool SendReport(thread_id thread, const ppp_report_packet *report);
28 void EnableReports(ppp_report_type type, thread_id thread,
30 void DisableReports(ppp_report_type type, thread_id thread);
31 bool DoesReport(ppp_report_type type, thread_id thread);
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.h24 virtual status_t Attach(team_id id, thread_id threadID,
31 thread_id& _thread) const;
33 virtual status_t FindTeamByThread(thread_id thread,
45 thread_id fPortWorker;
/haiku/src/kits/debug/arch/arm64/
H A Darch_debug_support.cpp11 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,

Completed in 158 milliseconds

1234567891011>>