Lines Matching refs:thread_state
1365 get_process_first_stopped_thread_id (int pid, ttstate_t *thread_state) in get_process_first_stopped_thread_id() argument
1372 (TTRACE_ARG_TYPE) thread_state, in get_process_first_stopped_thread_id()
1373 (TTRACE_ARG_TYPE) sizeof (*thread_state), in get_process_first_stopped_thread_id()
1399 return thread_state->tts_lwpid; in get_process_first_stopped_thread_id()
1413 get_process_next_stopped_thread_id (int pid, ttstate_t *thread_state) in get_process_next_stopped_thread_id() argument
1421 (TTRACE_ARG_TYPE) thread_state, in get_process_next_stopped_thread_id()
1422 (TTRACE_ARG_TYPE) sizeof (*thread_state), in get_process_next_stopped_thread_id()
1442 return thread_state->tts_lwpid; in get_process_next_stopped_thread_id()
1457 ttstate_t thread_state; in get_active_tid_of_pid() local
1459 return get_process_first_stopped_thread_id (pid, &thread_state); in get_active_tid_of_pid()
1599 ttstate_t thread_state; in call_ttrace() local
2998 ttstate_t thread_state; in require_notification_of_events() local
3048 ttstate_t thread_state; in require_notification_of_exec_events() local
4567 ttstate_t thread_state; in update_thread_state_after_attach() local
4589 for (tid = get_process_first_stopped_thread_id (pid, &thread_state); in update_thread_state_after_attach()
4591 tid = get_process_next_stopped_thread_id (pid, &thread_state)) in update_thread_state_after_attach()
4623 copy_ttstate_t (&p->last_stop_state, &thread_state); in update_thread_state_after_attach()