Searched refs:get_process_first_stopped_thread_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dinfttrace.c1375 get_process_first_stopped_thread_id (int pid, ttstate_t *thread_state)
1417 function or to get_process_first_stopped_thread_id, using
1420 This function can be used with get_process_first_stopped_thread_id
1470 return get_process_first_stopped_thread_id (pid, &thread_state);
1818 for (tid = get_process_first_stopped_thread_id (pid, &tstate);
1962 for (tid = get_process_first_stopped_thread_id (real_pid, &tstate);
2526 ttid = get_process_first_stopped_thread_id (real_pid, &tstate);
3952 scan_tid = get_process_first_stopped_thread_id (real_pid, &state);
4089 scan_tid = get_process_first_stopped_thread_id (real_pid, &state);
4616 for (tid = get_process_first_stopped_thread_id (pi
1368 get_process_first_stopped_thread_id (int pid, ttstate_t *thread_state) function
[all...]

Completed in 177 milliseconds