Home
last modified time | relevance | path

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

/trusty/kernel/app/smptest/
Dsmptest.c46 static bool thread_is_blocked(volatile thread_t* thread) { in thread_is_blocked() function
96 if (thread_is_blocked(next)) { in smptest_thread_func()
121 if (!thread_is_blocked(smptest_thread[i].thread)) { in TEST()
138 thread_is_blocked(smptest_thread[i].thread), in TEST()
159 if (thread_is_blocked(smptest_thread[0].thread)) { in TEST()