Searched refs:thread_quit (Results 1 – 3 of 3) sorted by relevance
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