Searched refs:stack_error_handler (Results 1 – 20 of 20) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_stack_error_notify.c | 76 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/ |
D | tx_thread_stack_error_notify.c | 85 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/ |
D | txm_thread_stack_error_notify.c | 70 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/ |
D | threadx_thread_stack_checking_test.c | 39 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/ |
D | threadx_thread_stack_checking_test.c | 39 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/ |
D | tx_el.h | 358 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 358 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_el.h | 359 …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/ |
D | tx_api.h | 1803 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1776 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
|