HomeSort by relevance Sort by last modified time
    Searched refs:thread_quit (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/realtime/func/pi-tests/
testpi-7.c 156 #define while_not_flag(A,B) while (read_flag() != (A) && !thread_quit(B))
162 while (!thread_quit(t)) {
191 while (!thread_quit(t)) {
206 || f == LOW_DROP_MUTEX) && !thread_quit(t)) {
  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 166 while (!thread_quit(t))
  /external/ltp/testcases/realtime/include/
librttest.h 97 #define THREAD_QUIT 2
98 #define thread_quit(T) (((T)->flags) & THREAD_QUIT) macro

Completed in 294 milliseconds