Searched refs:thread_db_init (Results 1 – 6 of 6) sorted by relevance
120 int thread_db_init (void);
331 thread_db_init () in thread_db_init() function
28 (thread_db_init): Update comments. Call thread_db_look_up_symbols.379 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.434 (thread_db_init): New.
1423 using_threads = thread_db_init (); in linux_look_up_symbols()
3013 extern void thread_db_init (struct target_ops *); in _initialize_linux_nat()3029 thread_db_init (&linux_nat_ops); in _initialize_linux_nat()
408 thread_db_init (struct target_ops *target) in thread_db_init() function