Home
last modified time | relevance | path

Searched refs:_tx_thread_stack_error_notify (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_stack_error_notify.c71 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr)) in _tx_thread_stack_error_notify() function
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_stack_error_notify.c77 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr)) in _tx_thread_stack_error_notify() function
/ThreadX-v6.3.0/common/src/
Dtx_thread_stack_error_notify.c86 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr)) in _tx_thread_stack_error_notify() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1278 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1406 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1523 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1798 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1198 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1321 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1432 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1771 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2522 return_value = (ALIGN_TYPE) _tx_thread_stack_error_notify( in _txm_module_manager_tx_thread_stack_error_notify_dispatch()