HomeSort by relevance Sort by last modified time
    Searched full:atomic_mb_read (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qemu/
atomic.h 145 * an atomic_mb_read pairs with an atomic_mb_set.
147 * And for the few ia64 lovers that exist, an atomic_mb_read is a ld.acq,
154 #ifndef atomic_mb_read
155 #define atomic_mb_read(ptr) ({ \ macro
  /external/qemu/util/
qemu-thread-posix.c 350 if (atomic_mb_read(&ev->value) != EV_SET) {
360 if (atomic_mb_read(&ev->value) == EV_SET) {
373 value = atomic_mb_read(&ev->value);

Completed in 109 milliseconds