Home
last modified time | relevance | path

Searched refs:tx_timer_smp_core_exclude (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_timer_simple_test.c672 status = tx_timer_smp_core_exclude(TX_NULL, 0); in thread_0_entry()
683 status = tx_timer_smp_core_exclude(&timer_0, 0); in thread_0_entry()
732 status = tx_timer_smp_core_exclude(&timer_0, 0x1); in thread_0_entry()
733 status += tx_timer_smp_core_exclude(&timer_1, 0x1); in thread_0_entry()
/ThreadX-v6.3.0/ports_smp/linux/gnu/example_build/
Dfile_list.mk200 tx_timer_smp_core_exclude.c \
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtx.gpj153 tx_timer_smp_core_exclude.c
Dtxe.gpj154 tx_timer_smp_core_exclude.c
/ThreadX-v6.3.0/test/smp/cmake/threadx_smp/common_smp/
DCMakeLists.txt209 ${CURRENT_DIR}/src/tx_timer_smp_core_exclude.c
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/tx/
Dlibtx.gpj158 ..\..\..\..\..\common_smp\src\tx_timer_smp_core_exclude.c
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/example_build/
Dbuild_threadx.bat214 …tex-a7 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_timer_smp_core_exclude.c
255 arm-none-eabi-ar -r tx.a tx_timer_smp_core_exclude.o tx_timer_smp_core_exclude_get.o tx_thread_smp_…
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/
Dbuild_threadx.bat214 …tex-a9 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_timer_smp_core_exclude.c
255 arm-none-eabi-ar -r tx.a tx_timer_smp_core_exclude.o tx_timer_smp_core_exclude_get.o tx_thread_smp_…
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/example_build/
Dbuild_threadx.bat214 …tex-a5 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_timer_smp_core_exclude.c
255 arm-none-eabi-ar -r tx.a tx_timer_smp_core_exclude.o tx_timer_smp_core_exclude_get.o tx_thread_smp_…
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1123 #define tx_timer_smp_core_exclude _tx_timer_smp_core_exclude macro