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

/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c630 thread_from_wait = ((struct inferior_list_entry *)current_inferior)->id;
632 fprintf (stderr, "Writing resume reply for %d\n\n", thread_from_wait);
637 if (1 || old_thread_from_wait != thread_from_wait)
639 general_thread = thread_from_wait;
640 sprintf (buf, "thread:%x;", thread_from_wait);
642 old_thread_from_wait = thread_from_wait;
H A Dserver.h121 extern int thread_from_wait;
H A Dserver.c31 int thread_from_wait; variable

Completed in 121 milliseconds