Home
last modified time | relevance | path

Searched refs:ttid (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfttrace.c394 get_raw_pc (lwpid_t ttid) in get_raw_pc() argument
402 ttid, in get_raw_pc()
2505 lwpid_t ttid; in count_unhandled_events() local
2511 ttid = get_process_first_stopped_thread_id (real_pid, &tstate); in count_unhandled_events()
2516 if (ttid == 0) in count_unhandled_events()
2523 while (ttid > 0) in count_unhandled_events()
2526 && !was_handled (ttid)) in count_unhandled_events()
2545 if (ttid == real_tid) in count_unhandled_events()
2555 if (was_handled (ttid)) in count_unhandled_events()
2560 printf (" %d, with event %s", ttid, in count_unhandled_events()
[all …]