Searched refs:iterate_over_threads (Results 1 – 6 of 6) sorted by relevance
108 extern struct thread_info *iterate_over_threads (thread_callback_func, void *);
717 iterate_over_threads (giter_count, &gcount); in sync_threadlists()719 iterate_over_threads (giter_accum, &g); in sync_threadlists()815 thread = iterate_over_threads (iter_tid, &tid); in pd_update()
198 iterate_over_threads (int (*callback) (struct thread_info *, void *), in iterate_over_threads() function
463 return iterate_over_threads (find_thread_lwp_callback, (void *)lwpid); in find_thread_lwp()
849 iterate_over_threads (clear_lwpid_callback, NULL); in thread_db_resume()
1203 * thread.c (iterate_over_threads): Protoize.8111 iterate_over_threads. Add comments. Eliminate PARAMS. Update8115 (iterate_over_threads): new exported function for applying