OpenOCD
hwthread_update_threads()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
hwthread_update_threads()
hwthread_update_threads() function
Syntax
Show:
Summary
Declaration
Definition
from
hwthread.c:19
static
int
hwthread_update_threads
(
struct
rtos
*
rtos
)
;
Implemented in
hwthread.c:85
Arguments
Argument
rtos
Related Functions
Found 65 other functions taking a
rtos
argument:
Function
find_symbol()
next_symbol()
rtos_free_threadlist()
freertos_update_threads()
freertos_get_thread_reg_list()
threadx_get_thread_reg_list()
get_stacking_info()
is_thread_id_valid()
get_stacking_info_arm926ejs()
is_thread_id_valid_arm926ejs()
threadx_update_threads()
ecos_check_app_info()
ecos_stack_layout_cortexm()
ecos_stack_layout_arm()
ecos_get_thread_reg_list()
ecos_update_threads()
ecos_value()
linux_os_dummy_update()
linux_os_thread_reg_list()
chibios_update_memory_signature()
chibios_update_stacking()
chibios_update_threads()
chibios_get_thread_reg_list()
embkernel_get_tasks_details()
embkernel_update_threads()
embkernel_get_thread_reg_list()
mqx_get_thread_reg_list()
mqx_valid_address_check()
mqx_get_symbol()
mqx_get_member()
mqx_is_scheduler_running()
mqx_update_threads()
ucos_iii_find_or_create_thread()
ucos_iii_find_thread_address()
ucos_iii_find_last_thread_address()
ucos_iii_update_thread_offsets()
ucos_iii_update_threads()
ucos_iii_get_thread_reg_list()
nuttx_getreg_current_thread()
nuttx_getregs_fromstack()
nuttx_get_thread_reg_list()
nuttx_update_threads()
chromium_ec_get_current_task_ptr()
chromium_ec_get_num_tasks()
chromium_ec_update_threads()
chromium_ec_get_thread_reg_list()
hwthread_set_reg()
hwthread_read_buffer()
hwthread_write_buffer()
hwthread_get_thread_reg_list()
hwthread_get_thread_reg()
hwthread_fill_thread()
riot_get_thread_reg_list()
riot_update_threads()
zephyr_get_arc_state()
zephyr_get_arm_state()
zephyr_get_thread_reg_list()
zephyr_kptr()
zephyr_fetch_thread()
zephyr_fetch_thread_list()
zephyr_update_threads()
rtkernel_add_task()
rtkernel_verify_task()
rtkernel_update_threads()
rtkernel_get_thread_reg_list()
Examples
References
from
examples
Code
Location
Referrer
static
int
hwthread_update_threads
(
struct
rtos
*
rtos
)
hwthread.c:85
static
int
hwthread_update_threads
(
struct
rtos
*
rtos
)
;
hwthread.c:19
.
update_threads
=
hwthread_update_threads
,
hwthread.c:54
return
hwthread_update_threads
(
target
->
rtos
)
;
hwthread.c:215
hwthread_smp_init()
Call Tree
from
examples
hwthread_update_threads()
is called by 1 function and calls 5 functions:
hwthread_smp_init()
All items filtered out
hwthread_update_threads()
log_printf_lf()
target_was_examined()
rtos_free_threadlist()
threadid_from_target()
hwthread_fill_thread()
All items filtered out
Data Use
from
examples
hwthread_update_threads()
reads 17 variables and writes 4 variables:
list_head::next
log_levels::LOG_LVL_WARNING
log_levels::LOG_LVL_DEBUG
debug_level
target_debug_reason::DBG_REASON_DBGRQ
target_debug_reason::DBG_REASON_BREAKPOINT
target_debug_reason::DBG_REASON_WATCHPOINT
target_debug_reason::DBG_REASON_SINGLESTEP
target_debug_reason::DBG_REASON_UNDEFINED
target::debug_reason
target::smp
target::smp_targets
target_list::lh
target_list::target
rtos::target
rtos::current_threadid
rtos::current_thread
All items filtered out
hwthread_update_threads()
rtos::current_threadid
rtos::current_thread
rtos::thread_details
rtos::thread_count
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
hwthread_update_threads()
is implemented by 1 functions:
All items filtered out
hwthread_update_threads()
rtos_type::update_threads
All items filtered out
Instances
from
examples
Lifecycle
from
examples
hwthread_update_threads()
frees 1 types:
All items filtered out
hwthread_update_threads()
thread_detail
All items filtered out