Home
last modified time | relevance | path

Searched refs:_tx_thread_application_stack_error_handler (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_stack_error_handler.c85 if (_tx_thread_application_stack_error_handler != TX_NULL) in _tx_thread_stack_error_handler()
89 (_tx_thread_application_stack_error_handler)(thread_ptr); in _tx_thread_stack_error_handler()
Dtx_thread_stack_error_notify.c116 _tx_thread_application_stack_error_handler = stack_error_handler; in _tx_thread_stack_error_notify()
Dtx_thread_initialize.c229 VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD *thread_ptr); variable
398 _tx_thread_application_stack_error_handler = TX_NULL; in _tx_thread_initialize()
/ThreadX-v6.3.0/common/src/
Dtx_thread_stack_error_handler.c96 if (_tx_thread_application_stack_error_handler != TX_NULL) in _tx_thread_stack_error_handler()
100 (_tx_thread_application_stack_error_handler)(thread_ptr); in _tx_thread_stack_error_handler()
Dtx_thread_stack_error_notify.c126 _tx_thread_application_stack_error_handler = stack_error_handler; in _tx_thread_stack_error_notify()
Dtx_thread_initialize.c184 VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD *thread_ptr); variable
368 _tx_thread_application_stack_error_handler = TX_NULL; in _tx_thread_initialize()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h450 THREAD_DECLARE VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD *thread_ptr… variable
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h373 THREAD_DECLARE VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD… variable