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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfttrace.c3937 lwpid_t scan_tid;
3952 scan_tid = get_process_first_stopped_thread_id (real_pid, &state);
3953 while (0 != scan_tid)
3962 printf ("About to continue non-stopped thread %d\n", scan_tid);
3965 p = find_thread_info (scan_tid);
3968 add_tthread (real_pid, scan_tid);
3969 p = find_thread_info (scan_tid);
3985 else if (scan_tid != p->tid)
3996 scan_tid = get_process_next_stopped_thread_id (real_pid, &state);
4074 lwpid_t scan_tid;
3919 lwpid_t scan_tid; local
4056 lwpid_t scan_tid; local
[all...]

Completed in 181 milliseconds