HomeSort by relevance Sort by last modified time
    Searched refs:barrier (Results 101 - 125 of 315) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /bionic/libc/kernel/arch-mips/asm/
cmpxchg.h 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (old); __typeof__(*(ptr)) __new = (new); __typeof__(*(ptr)) __res = 0; barrier; switch (sizeof(*(__ptr))) { case 4: __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); break; case 8: if (sizeof(long) == 8) { __res = __cmpxchg_asm("lld", "scd", __ptr, __old, __new); break; } default: __cmpxchg_called_with_bad_pointer(); break; } barrier; __res; })
system.h 25 #include <asm/barrier.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cmpxchg.h 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (old); __typeof__(*(ptr)) __new = (new); __typeof__(*(ptr)) __res = 0; barrier; switch (sizeof(*(__ptr))) { case 4: __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); break; case 8: if (sizeof(long) == 8) { __res = __cmpxchg_asm("lld", "scd", __ptr, __old, __new); break; } default: __cmpxchg_called_with_bad_pointer(); break; } barrier; __res; })
  /external/kernel-headers/original/asm-mips/
cmpxchg.h 75 #define __cmpxchg(ptr, old, new, barrier) \
82 barrier; \
99 barrier; \
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cmpxchg.h 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (old); __typeof__(*(ptr)) __new = (new); __typeof__(*(ptr)) __res = 0; barrier; switch (sizeof(*(__ptr))) { case 4: __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); break; case 8: if (sizeof(long) == 8) { __res = __cmpxchg_asm("lld", "scd", __ptr, __old, __new); break; } default: __cmpxchg_called_with_bad_pointer(); break; } barrier; __res; })
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cmpxchg.h 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (old); __typeof__(*(ptr)) __new = (new); __typeof__(*(ptr)) __res = 0; barrier; switch (sizeof(*(__ptr))) { case 4: __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); break; case 8: if (sizeof(long) == 8) { __res = __cmpxchg_asm("lld", "scd", __ptr, __old, __new); break; } default: __cmpxchg_called_with_bad_pointer(); break; } barrier; __res; })
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cmpxchg.h 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (old); __typeof__(*(ptr)) __new = (new); __typeof__(*(ptr)) __res = 0; barrier; switch (sizeof(*(__ptr))) { case 4: __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); break; case 8: if (sizeof(long) == 8) { __res = __cmpxchg_asm("lld", "scd", __ptr, __old, __new); break; } default: __cmpxchg_called_with_bad_pointer(); break; } barrier; __res; })
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cmpxchg.h 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (old); __typeof__(*(ptr)) __new = (new); __typeof__(*(ptr)) __res = 0; barrier; switch (sizeof(*(__ptr))) { case 4: __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); break; case 8: if (sizeof(long) == 8) { __res = __cmpxchg_asm("lld", "scd", __ptr, __old, __new); break; } default: __cmpxchg_called_with_bad_pointer(); break; } barrier; __res; })
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cmpxchg.h 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr)) __old = (old); __typeof__(*(ptr)) __new = (new); __typeof__(*(ptr)) __res = 0; barrier; switch (sizeof(*(__ptr))) { case 4: __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); break; case 8: if (sizeof(long) == 8) { __res = __cmpxchg_asm("lld", "scd", __ptr, __old, __new); break; } default: __cmpxchg_called_with_bad_pointer(); break; } barrier; __res; })
  /external/kernel-headers/original/asm-x86/
system_32.h 231 * over this barrier. All reads preceding this primitive are guaranteed
285 # define smp_rmb() barrier()
290 # define smp_wmb() barrier()
295 #define smp_mb() barrier()
296 #define smp_rmb() barrier()
297 #define smp_wmb() barrier()
299 #define set_mb(var, value) do { var = value; barrier(); } while (0)
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c 62 const char *file, int line, const volatile void *barrier, long count,
65 const char *file, int line, const volatile void *barrier) {}
67 const char *file, int line, const volatile void *barrier) {}
69 const char *file, int line, const volatile void *barrier) {}
dynamic_annotations.h 335 The "barrier" argument is a pointer to the barrier object. */
337 /* Report that the "barrier" has been initialized with initial "count".
340 #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \
341 DYNAMIC_ANNOTATIONS_NAME(AnnotateBarrierInit)(__FILE__, __LINE__, barrier, \
344 /* Report that we are about to enter barrier_wait("barrier"). */
345 #define ANNOTATE_BARRIER_WAIT_BEFORE(barrier) \
347 barrier)
349 /* Report that we just exited barrier_wait("barrier"). */
350 #define ANNOTATE_BARRIER_WAIT_AFTER(barrier) \
    [all...]
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h 334 The "barrier" argument is a pointer to the barrier object. */
336 /* Report that the "barrier" has been initialized with initial "count".
339 #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \
340 DYNAMIC_ANNOTATIONS_NAME(AnnotateBarrierInit)(__FILE__, __LINE__, barrier, \
343 /* Report that we are about to enter barrier_wait("barrier"). */
344 #define ANNOTATE_BARRIER_WAIT_BEFORE(barrier) \
346 barrier)
348 /* Report that we just exited barrier_wait("barrier"). */
349 #define ANNOTATE_BARRIER_WAIT_AFTER(barrier) \
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 76 const volatile void *barrier, long count,
79 const volatile void *barrier) {}
81 const volatile void *barrier) {}
83 const volatile void *barrier) {}
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 76 const volatile void *barrier, long count,
79 const volatile void *barrier) {}
81 const volatile void *barrier) {}
83 const volatile void *barrier) {}
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 30 #include "Barrier.h"
49 void wait() const { barrier.wait(); }
57 mutable Barrier barrier; member in class:android::MessageBase
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 128 final CyclicBarrier barrier = new CyclicBarrier(2); local
143 barrier.await(1, TimeUnit.SECONDS);
146 barrier.await(1, TimeUnit.SECONDS);
151 barrier.await(1, TimeUnit.SECONDS);
166 barrier.await(1, TimeUnit.SECONDS);
181 barrier.await(1, TimeUnit.SECONDS);
185 barrier.await(1, TimeUnit.SECONDS);

Completed in 2092 milliseconds

1 2 3 45 6 7 8 91011>>