Home
last modified time | relevance | path

Searched refs:stack_error_handler (Results 1 – 20 of 20) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_stack_error_notify.c76 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr)) in _tx_thread_stack_error_notify()
85 if (stack_error_handler != TX_NULL) in _tx_thread_stack_error_notify()
115 _tx_thread_application_stack_error_handler = stack_error_handler; in _tx_thread_stack_error_notify()
/ThreadX-v6.4.1/common/src/
Dtx_thread_stack_error_notify.c85 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr)) in _tx_thread_stack_error_notify()
94 if (stack_error_handler != TX_NULL) in _tx_thread_stack_error_notify()
125 _tx_thread_application_stack_error_handler = stack_error_handler; in _tx_thread_stack_error_notify()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_stack_error_notify.c70 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr)) in _tx_thread_stack_error_notify()
76 …ernel_call_dispatcher)(TXM_THREAD_STACK_ERROR_NOTIFY_CALL, (ALIGN_TYPE) stack_error_handler, 0, 0); in _tx_thread_stack_error_notify()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_stack_checking_test.c39 void stack_error_handler(TX_THREAD *thread_ptr) in stack_error_handler() function
106 status = tx_thread_stack_error_notify(stack_error_handler); in test_application_define()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_stack_checking_test.c39 void stack_error_handler(TX_THREAD *thread_ptr) in stack_error_handler() function
106 status = tx_thread_stack_error_notify(stack_error_handler); in test_application_define()
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h358 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h358 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_el.h359 …EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_STACK_ERROR_NOTIFY, stack_error_handler); TX_EL_END…
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1803 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1776 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));