Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/tx/cmake/samples/
Dfake.c4 TEST_FLAG threadx_byte_allocate_loop_test; variable
/ThreadX-v6.4.1/test/smp/cmake/samples/
Dfake.c4 TEST_FLAG threadx_byte_allocate_loop_test; variable
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_initialize_kernel_setup_test.c12 TEST_FLAG threadx_byte_allocate_loop_test; variable
Dthreadx_byte_memory_suspension_test.c32 extern TEST_FLAG threadx_byte_allocate_loop_test;
370 threadx_byte_allocate_loop_test = 1; in thread_3_entry()
Dtestcontrol.c78 TEST_FLAG threadx_byte_allocate_loop_test; variable
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_initialize_kernel_setup_test.c12 TEST_FLAG threadx_byte_allocate_loop_test; variable
Dthreadx_byte_memory_suspension_test.c32 extern TEST_FLAG threadx_byte_allocate_loop_test;
370 threadx_byte_allocate_loop_test = 1; in thread_3_entry()
Dtestcontrol.c119 TEST_FLAG threadx_byte_allocate_loop_test; variable
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h162 extern TEST_FLAG threadx_byte_allocate_loop_test;
186 #define TX_BYTE_ALLOCATE_EXTENSION if (threadx_byte_allocate_loop_test == ((TEST_FLAG)…
189threadx_byte_allocate_loop_test = ((TEST_FLAG) 0); \
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h180 extern TEST_FLAG threadx_byte_allocate_loop_test;
210 #define TX_BYTE_ALLOCATE_EXTENSION if (threadx_byte_allocate_loop_test == ((TEST_FLAG)…
213threadx_byte_allocate_loop_test = ((TEST_FLAG) 0); \