Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/common_smp/inc/
Dtx_api.h1264 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1392 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1509 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1784 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1184 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1307 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1418 #define tx_thread_stack_error_notify _tx_thread_stack_error_notify
1757 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
/ThreadX-v6.2.1/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()