Home
last modified time | relevance | path

Searched refs:stack_error (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_stack_checking_test.c22 static UINT stack_error = 0; variable
44 stack_error = 1; in stack_error_handler()
149 …(status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0) || (stack_error != 1)) in thread_0_entry()
151 …(status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0) || (stack_error != 0)) in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_stack_checking_test.c22 static UINT stack_error = 0; variable
44 stack_error = 1; in stack_error_handler()
149 …(status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0) || (stack_error != 1)) in thread_0_entry()
151 …(status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0) || (stack_error != 0)) in thread_0_entry()