Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_mutex_nested_priority_inheritance_test.c201 UINT test_case = 0; in thread_0_entry()
243 if (test_case == 0) in thread_0_entry()
280 else if (test_case == 1) in thread_0_entry()
317 else if (test_case == 2) in thread_0_entry()
353 else if (test_case == 3) in thread_0_entry()
390 else if (test_case == 4) in thread_0_entry()
427 else if (test_case == 5) in thread_0_entry()
465 test_case++; in thread_0_entry()
466 if (test_case > 5) in thread_0_entry()
467 test_case = 0; in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_mutex_nested_priority_inheritance_test.c201 UINT test_case = 0; in thread_0_entry()
243 if (test_case == 0) in thread_0_entry()
280 else if (test_case == 1) in thread_0_entry()
317 else if (test_case == 2) in thread_0_entry()
353 else if (test_case == 3) in thread_0_entry()
390 else if (test_case == 4) in thread_0_entry()
427 else if (test_case == 5) in thread_0_entry()
465 test_case++; in thread_0_entry()
466 if (test_case > 5) in thread_0_entry()
467 test_case = 0; in thread_0_entry()
/ThreadX-v6.4.1/test/tx/cmake/regression/
DCMakeLists.txt116 foreach(test_case ${regression_test_cases})
117 get_filename_component(test_name ${test_case} NAME_WE)
118 add_executable(${test_name} ${test_case})
/ThreadX-v6.4.1/test/smp/cmake/regression/
DCMakeLists.txt128 foreach(test_case ${regression_test_cases})
129 get_filename_component(test_name ${test_case} NAME_WE)
130 add_executable(${test_name} ${test_case})