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

/freebsd-10.0-release/contrib/gdb/gdb/
H A Duw-thread.c229 static struct thread_info *switchto_thread; variable in typeref:struct:thread_info
680 if (switchto_thread)
682 if (!(switchto_thread = find_thread_pid (tid)))
684 switchto_thread->private->stable = 0;
694 if (!switchto_thread)
699 /* If switchto_thread is the main thread, then (a) the corresponding
706 if (!read_map (switchto_thread->private->mapp, &map))
714 switchto_thread->private->lwpid = lwp.lwp_id;
718 switchto_thread->private->stable = 1;
719 switchto_thread
[all...]

Completed in 156 milliseconds