Searched refs:find_new_threads_callback (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/gdbserver/ |
| H A D | thread-db.c | 55 static int find_new_threads_callback (const td_thrhandle_t *th_p, void *data); 162 find_new_threads_callback (msg.th_p, NULL); in thread_db_create_event() 284 find_new_threads_callback (const td_thrhandle_t *th_p, void *data) in find_new_threads_callback() function 308 err = td_ta_thr_iter (thread_agent, find_new_threads_callback, NULL, in thread_db_find_new_threads()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | thread-db.c | 1108 find_new_threads_callback (const td_thrhandle_t *th_p, void *data) in find_new_threads_callback() function 1136 err = td_ta_thr_iter_p (thread_agent, find_new_threads_callback, NULL, in thread_db_find_new_threads()
|
| /freebsd-12.1/gnu/usr.bin/gdb/libgdb/ |
| H A D | fbsd-threads.c | 1167 find_new_threads_callback (const td_thrhandle_t *th_p, void *data) in find_new_threads_callback() function 1195 err = td_ta_thr_iter_p (thread_agent, find_new_threads_callback, NULL, in fbsd_thread_find_new_threads()
|