Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c58 #define CHILD_HANDLED 2 macro
104 atomic_set(CHILD_HANDLED, &step); in handler_thread()
106 while (atomic_get(&step) == CHILD_HANDLED) in handler_thread()
140 while (atomic_get(&step) != CHILD_HANDLED) in signal_thread()
Dasync_handler_tsc.c66 #define CHILD_HANDLED 2 macro
120 atomic_set(CHILD_HANDLED, &step); in handler_thread()
122 while (atomic_get(&step) == CHILD_HANDLED) in handler_thread()
155 while (atomic_get(&step) != CHILD_HANDLED) in signal_thread()