Searched refs:thread_quit (Results 1 – 4 of 4) sorted by relevance
12 static int thread_ready, thread_quit; variable26 while (!thread_quit) in test_membarrier_thread()53 thread_quit = 1; in test_mt_membarrier()
156 #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()
166 while (!thread_quit(t)) in master_thread()
98 #define thread_quit(T) (((T)->flags) & THREAD_QUIT) macro