Searched defs:cont_thread (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c31 unsigned long cont_thread; variable
695 if (step || sig || (cont_thread != 0 && cont_thread != -1)) {
706 resume_info[n].leave_stopped = (cont_thread != 0 && cont_thread != -1);
814 cont_thread = thread_id;

Completed in 39 milliseconds