HomeSort by relevance Sort by last modified time
    Searched refs:atomic_get (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/realtime/func/async_handler/
async_handler.c 96 while (atomic_get(&step) != CHILD_QUIT) {
106 while (atomic_get(&step) == CHILD_HANDLED)
128 while (atomic_get(&step) != CHILD_WAIT)
140 while (atomic_get(&step) != CHILD_HANDLED)
async_handler_tsc.c 112 while (atomic_get(&step) != CHILD_QUIT) {
122 while (atomic_get(&step) == CHILD_HANDLED)
143 while (atomic_get(&step) != CHILD_WAIT)
155 while (atomic_get(&step) != CHILD_HANDLED)
  /external/ltp/testcases/realtime/func/sched_football/
sched_football.c 190 while (atomic_get(&players_ready) < players_per_team)
201 while (atomic_get(&players_ready) < players_per_team * 2)
  /external/ltp/testcases/realtime/func/pthread_kill_latency/
pthread_kill_latency.c 235 while (!atomic_get(&flag)) {
250 while (!atomic_get(&flag)) {
266 while (!atomic_get(&flag)) {
270 if (atomic_get(&flag) == 2)
  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 190 while (atomic_get(&slave_order_c) < NUM_SLAVES)
  /external/ltp/testcases/realtime/func/hrtimer-prio/
hrtimer-prio.c 131 while (atomic_get(&busy_threads_started) < busy_threads) {
  /external/ltp/testcases/realtime/include/
librttest.h 133 /* atomic_get: atomically get the integer passed by reference
135 //#define atomic_get(v) ((v)->counter)
136 static inline int atomic_get(atomic_t *v) function

Completed in 811 milliseconds