Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbthread.h81 extern void delete_thread (ptid_t);
H A Dthread.c137 delete_thread (ptid_t ptid) in delete_thread() function
393 delete_thread (tp->ptid); in prune_threads()
H A Daix-thread.c729 delete_thread (gbuf[gi]->ptid); in sync_threadlists()
761 delete_thread (gptid); in sync_threadlists()
H A Dlinux-nat.c1178 delete_thread (lp->ptid); in wait_lwp()
1955 delete_thread (lp->ptid); in linux_nat_wait()
2008 delete_thread (lp->ptid); in linux_nat_wait()
H A Duw-thread.c679 delete_thread (tid); in libthread_stub()
H A Dthread-db.c744 delete_thread (ptid); in attach_thread()
H A Dwince.c1092 delete_thread (id); in child_delete_thread()
H A Dprocfs.c3998 delete_thread (retval); in procfs_wait()
4132 delete_thread (retval); in procfs_wait()
H A Dwin32-nat.c312 delete_thread (pid_to_ptid (id)); in child_delete_thread()
H A DChangeLog-19971622 function "delete_thread" to cleanup GDB's thread database;
1640 * thread.c (delete_thread): new function, allows targets to
H A DChangeLog-20016061 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
6148 * thread.c (add_thread, delete_thread, find_thread_pid)
6339 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
H A DChangeLog-19994461 * thread.c (delete_thread): delete any step_resume breakpoint
4462 held by the thread. (prune_threads): call delete_thread.
H A DChangeLog-20002969 (delete_thread): Move thread cleanup code to free_thread().