OpenOCD
|
Data Fields | |
uint32_t | asid |
uint32_t | base_addr |
struct cpu_context * | context |
char | name [17] |
struct threads * | next |
uint32_t | oncpu |
uint32_t | pid |
uint32_t | state |
int | status |
uint32_t | thread_info_addr |
int64_t | threadid |
uint32_t threads::asid |
Definition at line 62 of file linux.c.
Referenced by fill_task(), and linux_ps_command().
uint32_t threads::base_addr |
Definition at line 58 of file linux.c.
Referenced by fill_task(), get_current(), get_name(), linux_gdb_h_packet(), linux_get_tasks(), linux_identify_current_threads(), linux_task_update(), and next_task().
struct cpu_context* threads::context |
Definition at line 68 of file linux.c.
Referenced by linux_get_tasks(), linux_ps_command(), and linux_task_update().
char threads::name[17] |
Definition at line 57 of file linux.c.
Referenced by get_name(), linux_gdb_h_packet(), linux_identify_current_threads(), linux_ps_command(), and linux_thread_extra_info().
struct threads* threads::next |
Definition at line 69 of file linux.c.
Referenced by insert_into_threadlist(), linux_gdb_t_packet(), linux_gdb_thread_packet(), linux_gdb_thread_update(), linux_identify_current_threads(), linux_ps_command(), linux_task_update(), linux_thread_extra_info(), liste_add_task(), and liste_del_task().
uint32_t threads::oncpu |
Definition at line 61 of file linux.c.
Referenced by fill_task(), get_current(), and linux_ps_command().
uint32_t threads::pid |
Definition at line 60 of file linux.c.
Referenced by fill_task(), get_current(), linux_get_tasks(), linux_identify_current_threads(), linux_ps_command(), linux_task_update(), and linux_thread_extra_info().
uint32_t threads::state |
Definition at line 59 of file linux.c.
Referenced by fill_task().
int threads::status |
Definition at line 64 of file linux.c.
Referenced by get_current(), insert_into_threadlist(), linux_gdb_t_packet(), linux_get_tasks(), linux_identify_current_threads(), linux_ps_command(), linux_task_update(), and linux_thread_extra_info().
uint32_t threads::thread_info_addr |
Definition at line 66 of file linux.c.
Referenced by get_current(), linux_get_tasks(), linux_identify_current_threads(), and linux_task_update().
int64_t threads::threadid |
Definition at line 63 of file linux.c.
Referenced by get_current(), insert_into_threadlist(), linux_gdb_t_packet(), linux_gdb_thread_packet(), linux_get_tasks(), linux_identify_current_threads(), and linux_thread_extra_info().