Lines Matching refs:thread

15 	thread_id thread)
19 fThread(thread),
41 thread_id thread, CpuState* state)
43 DebugEvent(eventType, team, thread),
61 ThreadDebuggedEvent::ThreadDebuggedEvent(team_id team, thread_id thread)
63 DebugEvent(B_DEBUGGER_MESSAGE_THREAD_DEBUGGED, team, thread)
71 DebuggerCallEvent::DebuggerCallEvent(team_id team, thread_id thread,
74 DebugEvent(B_DEBUGGER_MESSAGE_DEBUGGER_CALL, team, thread),
83 BreakpointHitEvent::BreakpointHitEvent(team_id team, thread_id thread,
86 CpuStateEvent(B_DEBUGGER_MESSAGE_BREAKPOINT_HIT, team, thread, state)
94 WatchpointHitEvent::WatchpointHitEvent(team_id team, thread_id thread,
97 CpuStateEvent(B_DEBUGGER_MESSAGE_WATCHPOINT_HIT, team, thread, state)
106 SingleStepEvent::SingleStepEvent(team_id team, thread_id thread,
109 CpuStateEvent(B_DEBUGGER_MESSAGE_SINGLE_STEP, team, thread, state)
117 ExceptionOccurredEvent::ExceptionOccurredEvent(team_id team, thread_id thread,
120 DebugEvent(B_DEBUGGER_MESSAGE_EXCEPTION_OCCURRED, team, thread),
129 TeamDeletedEvent::TeamDeletedEvent(team_id team, thread_id thread)
131 DebugEvent(B_DEBUGGER_MESSAGE_TEAM_DELETED, team, thread)
139 TeamExecEvent::TeamExecEvent(team_id team, thread_id thread)
141 DebugEvent(B_DEBUGGER_MESSAGE_TEAM_EXEC, team, thread)
149 ThreadCreatedEvent::ThreadCreatedEvent(team_id team, thread_id thread,
152 DebugEvent(B_DEBUGGER_MESSAGE_THREAD_CREATED, team, thread),
161 ThreadRenamedEvent::ThreadRenamedEvent(team_id team, thread_id thread,
164 DebugEvent(DEBUGGER_MESSAGE_THREAD_RENAMED, team, thread),
175 thread_id thread, thread_id changedThread, int32 newPriority)
177 DebugEvent(DEBUGGER_MESSAGE_THREAD_PRIORITY_CHANGED, team, thread),
187 ThreadDeletedEvent::ThreadDeletedEvent(team_id team, thread_id thread)
189 DebugEvent(B_DEBUGGER_MESSAGE_THREAD_DELETED, team, thread)
197 ImageCreatedEvent::ImageCreatedEvent(team_id team, thread_id thread,
200 DebugEvent(B_DEBUGGER_MESSAGE_IMAGE_CREATED, team, thread),
209 ImageDeletedEvent::ImageDeletedEvent(team_id team, thread_id thread,
212 DebugEvent(B_DEBUGGER_MESSAGE_IMAGE_DELETED, team, thread),
221 PostSyscallEvent::PostSyscallEvent(team_id team, thread_id thread,
224 DebugEvent(B_DEBUGGER_MESSAGE_POST_SYSCALL, team, thread),
233 HandedOverEvent::HandedOverEvent(team_id team, thread_id thread,
236 DebugEvent(B_DEBUGGER_MESSAGE_HANDED_OVER, team, thread),
245 SignalReceivedEvent::SignalReceivedEvent(team_id team, thread_id thread,
248 DebugEvent(B_DEBUGGER_MESSAGE_SIGNAL_RECEIVED, team, thread),