Searched defs:thread (Results 201 - 225 of 303) sorted by last modified time

1234567891011>>

/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp182 thread_id thread = load_program(arguments, commandLineArgc, false); local
228 LocalTargetHostInterface::FindTeamByThread(thread_id thread, argument
/haiku/src/kits/debugger/model/
H A DTeam.cpp128 Team::AddThread(Thread* thread) argument
139 Thread* thread = new(std::nothrow) Thread(this, threadInfo.ThreadID()); local
160 RemoveThread(Thread* thread) argument
170 Thread* thread = ThreadByID(threadID); local
693 NotifyThreadStateChanged(Thread* thread) argument
704 NotifyThreadCpuStateChanged(Thread* thread) argument
715 NotifyThreadStackTraceChanged(Thread* thread) argument
888 _NotifyThreadAdded(Thread* thread) argument
898 _NotifyThreadRemoved(Thread* thread) argument
941 ThreadEvent(uint32 type, Thread* thread) argument
[all...]
H A DExpressionValues.cpp19 ::Thread* thread; member in struct:ExpressionValues::Key
22 Key(FunctionID* function, ::Thread* thread, const BString& expression) argument
49 ValueEntry(FunctionID* function, ::Thread* thread, argument
141 GetValue(FunctionID* function, ::Thread* thread, const BString* expression, BVariant& _value) const argument
154 HasValue(FunctionID* function, ::Thread* thread, const BString* expression) const argument
162 SetValue(FunctionID* function, ::Thread* thread, const BString& expression, const BVariant& value) argument
[all...]
H A DThreadInfo.cpp27 ThreadInfo::ThreadInfo(team_id team, thread_id thread, const BString& name) argument
37 ThreadInfo::SetTo(team_id team, thread_id thread, const BString& name) argument
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp362 RemoteDebugSetThreadFlagsRequest::SetTo(thread_id thread, int32 flags) argument
419 RemoteDebugThreadActionRequest::SetTo(thread_id thread) argument
549 RemoteDebugSetCpuStateRequest::SetTo(thread_id thread, CpuState* state) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp239 ::Thread* thread; local
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp239 ExpressionEvaluationRequested(ExpressionInfo* info, StackFrame* frame, ::Thread* thread) argument
374 ::Thread* thread = fTeam->ThreadByID(threadID); local
430 ::Thread* thread = fTeam->ThreadByID(threadID); local
446 ::Thread* thread = fTeam->ThreadByID(threadID); local
544 _CreateThreadMenuItem(::Thread* thread, BMenuItem*& _item) const argument
[all...]
/haiku/headers/private/libroot/
H A Duser_thread.h32 struct user_thread* thread = get_user_thread(); local
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp116 CoreFileDebuggerInterface::ContinueThread(thread_id thread) argument
123 CoreFileDebuggerInterface::StopThread(thread_id thread) argument
130 CoreFileDebuggerInterface::SingleStepThread(thread_id thread) argument
284 CoreFileDebuggerInterface::GetThreadInfo(thread_id thread, ThreadInfo& info) argument
296 CoreFileDebuggerInterface::GetCpuState(thread_id thread, CpuState*& _state) argument
308 CoreFileDebuggerInterface::SetCpuState(thread_id thread, const CpuState* state) argument
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp408 LocalDebuggerInterface::ContinueThread(thread_id thread) argument
415 LocalDebuggerInterface::StopThread(thread_id thread) argument
422 LocalDebuggerInterface::SingleStepThread(thread_id thread) argument
680 GetThreadInfo(thread_id thread, ThreadInfo& info) argument
693 GetCpuState(thread_id thread, CpuState*& _state) argument
705 SetCpuState(thread_id thread, const CpuState* state) argument
985 _GetDebugCpuState(thread_id thread, debug_cpu_state& _state) argument
[all...]
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp62 thread_id thread = options.thread; local
174 thread_id thread; local
[all...]
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp61 ThreadDebuggedEvent::ThreadDebuggedEvent(team_id team, thread_id thread) argument
71 DebuggerCallEvent::DebuggerCallEvent(team_id team, thread_id thread, argument
83 BreakpointHitEvent::BreakpointHitEvent(team_id team, thread_id thread, argument
14 DebugEvent(int32 eventType, team_id team, thread_id thread) argument
40 CpuStateEvent(debug_debugger_message eventType, team_id team, thread_id thread, CpuState* state) argument
94 WatchpointHitEvent(team_id team, thread_id thread, CpuState* state) argument
106 SingleStepEvent(team_id team, thread_id thread, CpuState* state) argument
117 ExceptionOccurredEvent(team_id team, thread_id thread, debug_exception_type exception) argument
129 TeamDeletedEvent(team_id team, thread_id thread) argument
139 TeamExecEvent(team_id team, thread_id thread) argument
149 ThreadCreatedEvent(team_id team, thread_id thread, thread_id newThread) argument
161 ThreadRenamedEvent(team_id team, thread_id thread, thread_id renamedThread, const char* newName) argument
174 ThreadPriorityChangedEvent(team_id team, thread_id thread, thread_id changedThread, int32 newPriority) argument
187 ThreadDeletedEvent(team_id team, thread_id thread) argument
197 ImageCreatedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
209 ImageDeletedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
221 PostSyscallEvent(team_id team, thread_id thread, const SyscallInfo& info) argument
233 HandedOverEvent(team_id team, thread_id thread, thread_id causingThread) argument
245 SignalReceivedEvent(team_id team, thread_id thread, const SignalInfo& info) argument
[all...]
/haiku/src/kits/debugger/jobs/
H A DExpressionEvaluationJob.cpp25 ExpressionEvaluationJob(Team* team, DebuggerInterface* debuggerInterface, SourceLanguage* language, ExpressionInfo* info, StackFrame* frame, ::Thread* thread) argument
H A DGetCPUStateJob.cpp17 GetCpuStateJob(DebuggerInterface* debuggerInterface, ::Thread* thread) argument
H A DGetStackTraceJob.cpp20 GetStackTraceJob(DebuggerInterface* debuggerInterface, JobListener* listener, Architecture* architecture, ::Thread* thread) argument
H A DGetThreadStateJob.cpp17 GetThreadStateJob(DebuggerInterface* debuggerInterface, ::Thread* thread) argument
/haiku/headers/private/debugger/model/
H A DExpressionValues.h67 ExpressionValues::GetValue(FunctionID* function, Thread* thread, argument
75 ExpressionValues::HasValue(FunctionID* function, Thread* thread, argument
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h122 thread_id thread; member in struct:TeamDebuggerOptions
/haiku/src/system/kernel/arch/arm/
H A Darch_user_debugger.cpp64 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_user_debugger.cpp47 Thread* thread = thread_get_current_thread(); local
80 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_user_debugger.cpp58 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp454 PPPInterface::EnableReports(ppp_report_type type, thread_id thread, argument
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp19 thread_id thread; member in struct:report_sender_info
60 KPPPReportManager::SendReport(thread_id thread, const ppp_report_packet *report) argument
87 EnableReports(ppp_report_type type, thread_id thread, int32 flags) argument
106 DisableReports(ppp_report_type type, thread_id thread) argument
135 DoesReport(ppp_report_type type, thread_id thread) argument
[all...]
/haiku/src/kits/shared/
H A DRWLocker.cpp84 thread_id thread = find_thread(NULL); local
118 thread_id thread = find_thread(NULL); local
149 thread_id thread = find_thread(NULL); local
208 thread_id thread = find_thread(NULL); local
283 thread_id thread = find_thread(NULL); local
417 _NewReadLockInfo(thread_id thread, int32 count) argument
[all...]
/haiku/src/kits/media/legacy/
H A DDeprecated.cpp108 media_realtime_init_thread(thread_id thread, size_t stack_used, uint32 flags) argument

Completed in 76 milliseconds

1234567891011>>