Home
last modified time | relevance | path

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

/third_party/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.c68 #define CHILD_QUIT 3 macro
113 while (atomic_get(&step) != CHILD_QUIT) { in handler_thread()
150 atomic_set(CHILD_QUIT, &step); in signal_thread()
175 atomic_set((i == ITERATIONS - 1) ? CHILD_QUIT : CHILD_START, in signal_thread()