HomeSort by: relevance | last modified time | path
    Searched defs:thread_info_to_thread_handle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c 110 gdb::array_view<const gdb_byte> thread_info_to_thread_handle (struct thread_info *) override;
1728 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp)
1727 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp) function in class:thread_db_target
target-delegates-gen.c 93 gdb::array_view<const_gdb_byte> thread_info_to_thread_handle (struct thread_info *arg0) override;
270 gdb::array_view<const_gdb_byte> thread_info_to_thread_handle (struct thread_info *arg0) override;
1822 target_ops::thread_info_to_thread_handle (struct thread_info *arg0) function in class:target_ops
1824 return this->beneath ()->thread_info_to_thread_handle (arg0);
1828 dummy_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:dummy_target
1834 debug_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:debug_target
1836 target_debug_printf_nofunc ("-> %s->thread_info_to_thread_handle (...)", this->beneath ()->shortname ());
1838 = this->beneath ()->thread_info_to_thread_handle (arg0);
1839 target_debug_printf_nofunc ("<- %s->thread_info_to_thread_handle (%s) = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c 109 gdb::array_view<const gdb_byte> thread_info_to_thread_handle (struct thread_info *) override;
1728 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp)
1727 thread_db_target::thread_info_to_thread_handle (struct thread_info *tp) function in class:thread_db_target
target-delegates.c 93 gdb::array_view<const_gdb_byte> thread_info_to_thread_handle (struct thread_info *arg0) override;
270 gdb::array_view<const_gdb_byte> thread_info_to_thread_handle (struct thread_info *arg0) override;
1822 target_ops::thread_info_to_thread_handle (struct thread_info *arg0) function in class:target_ops
1824 return this->beneath ()->thread_info_to_thread_handle (arg0);
1828 dummy_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:dummy_target
1834 debug_target::thread_info_to_thread_handle (struct thread_info *arg0) function in class:debug_target
1836 target_debug_printf_nofunc ("-> %s->thread_info_to_thread_handle (...)", this->beneath ()->shortname ());
1838 = this->beneath ()->thread_info_to_thread_handle (arg0);
1839 target_debug_printf_nofunc ("<- %s->thread_info_to_thread_handle (%s) = %s",

Completed in 34 milliseconds