Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c59 #define CHILD_QUIT 3 macro
96 while (atomic_get(&step) != CHILD_QUIT) { in handler_thread()
134 atomic_set(CHILD_QUIT, &step); in signal_thread()
154 atomic_set((i == iterations - 1) ? CHILD_QUIT : CHILD_START, in signal_thread()
Dasync_handler_tsc.c67 #define CHILD_QUIT 3 macro
112 while (atomic_get(&step) != CHILD_QUIT) { in handler_thread()
149 atomic_set(CHILD_QUIT, &step); in signal_thread()
174 atomic_set((i == ITERATIONS - 1) ? CHILD_QUIT : CHILD_START, in signal_thread()