Searched refs:atomic_get (Results 1 – 8 of 8) sorted by relevance
96 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()
113 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()
235 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()
13 post = atomic_get (lock->post_count);17 if (atomic_get (lock->pre_count) != post) {
190 while (atomic_get(&players_ready) < players_per_team) in main()201 while (atomic_get(&players_ready) < players_per_team * 2) in main()
190 while (atomic_get(&slave_order_c) < NUM_SLAVES) in main()
135 static inline int atomic_get(atomic_t *v) in atomic_get() function
128 while (atomic_get(&busy_threads_started) < busy_threads) { in timer_thread()