Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-7.c156 #define while_not_flag(A,B) while (read_flag() != (A) && !thread_quit(B))
162 while (!thread_quit(t)) { in low_prio_rt_thread()
191 while (!thread_quit(t)) { in med_prio_thread()
206 || f == LOW_DROP_MUTEX) && !thread_quit(t)) { in med_prio_thread()
/external/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c166 while (!thread_quit(t)) in master_thread()
/external/ltp/testcases/realtime/include/
Dlibrttest.h98 #define thread_quit(T) (((T)->flags) & THREAD_QUIT) macro