Home
last modified time | relevance | path

Searched refs:__tx_cpp_exception_cleanup (Results 1 – 25 of 25) sorted by relevance

/ThreadX-v6.3.0/ports/cortex_m3/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_r4/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_m4/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a8/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a9/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_r5/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_r7/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_ghs.c314 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
337 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_m7/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a5/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_a7/ghs/src/
Dtx_ghs.c302 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
325 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_port.h241 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
242 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_port.h241 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
242 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_port.h241 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
242 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/
Dtx_ghs.c319 void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr) { in __tx_cpp_exception_cleanup() function
342 __tx_cpp_exception_cleanup((void *)0); in __ghs_cpp_exception_cleanup()
/ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/
Dtx_port.h240 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
241 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/
Dtx_port.h243 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
244 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/
Dtx_port.h243 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
244 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/
Dtx_port.h243 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
244 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/
Dtx_port.h243 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
244 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_port.h265 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
266 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/
Dtx_port.h243 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
244 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/
Dtx_port.h243 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
244 __tx_cpp_exception_cleanup(thread_ptr); \
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_port.h344 extern void __tx_cpp_exception_cleanup(TX_THREAD *thread_ptr); \
345 __tx_cpp_exception_cleanup(thread_ptr); \