Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dmain.c55 static ZTEST_DMEM int tc_rc = TC_PASS; /* test case return code */ variable
116 tc_rc = TC_FAIL; in thread_05()
150 tc_rc = TC_FAIL; in thread_06()
184 tc_rc = TC_FAIL; in thread_07()
210 tc_rc = TC_FAIL; in thread_08()
238 tc_rc = TC_FAIL; in thread_09()
246 tc_rc = TC_FAIL; in thread_09()
271 tc_rc = TC_FAIL; in thread_11()
368 zassert_equal(tc_rc, TC_PASS); in ZTEST_USER_OR_NOT()
400 zassert_equal(tc_rc, TC_PASS); in ZTEST_USER_OR_NOT()
[all …]
Dthread_12.c22 static int tc_rc = TC_PASS; /* test case return code */ variable
44 tc_rc = TC_FAIL; in thread_12()