Home
last modified time | relevance | path

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

/third_party/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.c113 while (atomic_get(&step) != CHILD_QUIT) { in handler_thread()
123 while (atomic_get(&step) == CHILD_HANDLED) in handler_thread()
144 while (atomic_get(&step) != CHILD_WAIT) in signal_thread()
156 while (atomic_get(&step) != CHILD_HANDLED) in signal_thread()
/third_party/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()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Drwlocks13 post = atomic_get (lock->post_count);
17 if (atomic_get (lock->pre_count) != post) {
/third_party/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()
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c190 while (atomic_get(&slave_order_c) < NUM_SLAVES) in main()
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h135 static inline int atomic_get(atomic_t *v) in atomic_get() function
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c128 while (atomic_get(&busy_threads_started) < busy_threads) { in timer_thread()