Home
last modified time | relevance | path

Searched refs:tx_thread_smp_core_exclude_get (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_two_threads_one_core_test.c135 status = tx_thread_smp_core_exclude_get(TX_NULL, TX_NULL); in test_application_define()
146 status = tx_thread_smp_core_exclude_get(&thread_3, TX_NULL); in test_application_define()
157 status = tx_thread_smp_core_exclude_get(&thread_2, TX_NULL); in test_application_define()
168 status = tx_thread_smp_core_exclude_get(&thread_2, &exclusion_map); in test_application_define()
Dtestcontrol.c1257 tx_thread_smp_core_exclude_get(&test_thread, &temp); in tx_application_define()
/ThreadX-v6.3.0/ports_smp/linux/gnu/example_build/
Dfile_list.mk171 tx_thread_smp_core_exclude_get.c \
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtx.gpj125 tx_thread_smp_core_exclude_get.c
Dtxe.gpj126 tx_thread_smp_core_exclude_get.c
/ThreadX-v6.3.0/test/smp/cmake/threadx_smp/common_smp/
DCMakeLists.txt204 ${CURRENT_DIR}/src/tx_thread_smp_core_exclude_get.c
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/tx/
Dlibtx.gpj129 ..\..\..\..\..\common_smp\src\tx_thread_smp_core_exclude_get.c
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/gnu/example_build/
Dbuild_threadx.bat105 mips-sde-elf-gcc -c -g -mmt -EL tx_thread_smp_core_exclude_get.c
229 mips-sde-elf-ar -r tx.a tx_thread_smp_core_exclude.o tx_thread_smp_core_exclude_get.o tx_thread_smp…
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/example_build/
Dbuild_threadx.bat213 …7 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_thread_smp_core_exclude_get.c
254 …x_thread_smp_rebalance_execute_list.o tx_thread_smp_core_exclude.o tx_thread_smp_core_exclude_get.o
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/
Dbuild_threadx.bat213 …9 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_thread_smp_core_exclude_get.c
254 …x_thread_smp_rebalance_execute_list.o tx_thread_smp_core_exclude.o tx_thread_smp_core_exclude_get.o
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/example_build/
Dbuild_threadx.bat213 …5 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_thread_smp_core_exclude_get.c
254 …x_thread_smp_rebalance_execute_list.o tx_thread_smp_core_exclude.o tx_thread_smp_core_exclude_get.o
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1121 #define tx_thread_smp_core_exclude_get _tx_thread_smp_core_exclude_get macro