Lines Matching defs:thread

56 extern status_t	debug_thread(thread_id thread);
83 // new thread handling
89 // per-thread debugging flags
91 // event mask: If a flag is set, the thread will stop when the respective
97 // child thread handling
120 // Value indicating how a stopped thread shall continue.
151 // messages to the debug nub thread
156 B_DEBUG_MESSAGE_SET_THREAD_FLAGS, // set a thread's debugging flags
157 B_DEBUG_MESSAGE_CONTINUE_THREAD, // continue a stopped thread
158 B_DEBUG_MESSAGE_SET_CPU_STATE, // change a stopped thread's CPU state
159 B_DEBUG_MESSAGE_GET_CPU_STATE, // get the thread's current CPU state
164 B_DEBUG_MESSAGE_SET_SIGNAL_MASKS, // set/get a thread's masks of signals
184 B_DEBUGGER_MESSAGE_DEBUGGER_CALL, // thread called debugger()
185 B_DEBUGGER_MESSAGE_BREAKPOINT_HIT, // thread hit a breakpoint
186 B_DEBUGGER_MESSAGE_WATCHPOINT_HIT, // thread hit a watchpoint
187 B_DEBUGGER_MESSAGE_SINGLE_STEP, // thread was single-stepped
190 B_DEBUGGER_MESSAGE_SIGNAL_RECEIVED, // thread received a signal
196 B_DEBUGGER_MESSAGE_THREAD_CREATED, // a thread has been created
197 B_DEBUGGER_MESSAGE_THREAD_DELETED, // a thread has been deleted
202 // thread
223 // #pragma mark ----- messages to the debug nub thread -----
265 thread_id thread; // the thread
266 int32 flags; // the new thread debugging flags
272 thread_id thread; // the thread
280 thread_id thread; // the thread
288 thread_id thread; // the thread
293 // (bad thread ID, thread not stopped)
294 debug_debugger_message message; // the reason why the thread stopped
295 debug_cpu_state cpu_state; // the thread's CPU state
341 thread_id thread; // the thread
358 thread_id thread; // the thread
362 status_t error; // B_OK, if the thread exists
385 status_t error; // B_OK, if the thread exists
402 thread_id thread; // thread to profile
423 thread_id thread; // thread to profile
442 // union of all messages structures sent to the debug nub thread
470 thread_id thread; // the thread being the event origin
471 team_id team; // the thread's team
547 // when the thread continues
561 debug_origin origin; // thread is < 0, team is the deleted team
575 debug_origin origin; // the thread that created the new thread
576 team_id new_thread; // the newly created thread
582 debug_origin origin; // the deleted thread (asynchronous message)
619 bool stopped; // if true, the thread is no longer
626 debug_origin origin; // thread is < 0, team is the deleted team
630 thread_id causing_thread; // the thread that caused entering the