Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Duw-thread.c230 static struct thread_info *switchto_thread; variable
685 if (switchto_thread) in libthread_stub()
687 if (!(switchto_thread = find_thread_pid (tid))) in libthread_stub()
689 switchto_thread->private->stable = 0; in libthread_stub()
699 if (!switchto_thread) in libthread_stub()
711 if (!read_map (switchto_thread->private->mapp, &map)) in libthread_stub()
719 switchto_thread->private->lwpid = lwp.lwp_id; in libthread_stub()
723 switchto_thread->private->stable = 1; in libthread_stub()
724 switchto_thread = NULL; in libthread_stub()