Home
last modified time | relevance | path

Searched refs:atomic_get (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c96 while (atomic_get(&step) != CHILD_QUIT) { in handler_thread()
106 while (atomic_get(&step) == CHILD_HANDLED) in handler_thread()
128 while (atomic_get(&step) != CHILD_WAIT) in signal_thread()
140 while (atomic_get(&step) != CHILD_HANDLED) in signal_thread()
Dasync_handler_tsc.c112 while (atomic_get(&step) != CHILD_QUIT) { in handler_thread()
122 while (atomic_get(&step) == CHILD_HANDLED) in handler_thread()
143 while (atomic_get(&step) != CHILD_WAIT) in signal_thread()
155 while (atomic_get(&step) != CHILD_HANDLED) in signal_thread()
/external/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c235 while (!atomic_get(&flag)) { in signal_sending_thread()
250 while (!atomic_get(&flag)) { in signal_sending_thread()
266 while (!atomic_get(&flag)) { in signal_sending_thread()
270 if (atomic_get(&flag) == 2) in signal_sending_thread()
/external/ltp/testcases/realtime/func/sched_football/
Dsched_football.c190 while (atomic_get(&players_ready) < players_per_team) in main()
201 while (atomic_get(&players_ready) < players_per_team * 2) in main()
/external/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c190 while (atomic_get(&slave_order_c) < NUM_SLAVES) in main()
/external/ltp/testcases/realtime/include/
Dlibrttest.h136 static inline int atomic_get(atomic_t *v) in atomic_get() function
/external/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c131 while (atomic_get(&busy_threads_started) < busy_threads) { in timer_thread()