HomeSort by relevance Sort by last modified time
    Searched full:barrier (Results 426 - 450 of 1514) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
hardirq.h 63 #define synchronize_irq(irq) barrier()
  /art/compiler/optimizing/
code_generator_arm.h 245 // Location `maybe_temp` is used when generating a read barrier and
260 // path) read barrier and shall be a register in that case; it may
378 // Emit a write barrier.
450 // Fast path implementation of ReadBarrier::Barrier for a heap
458 // Fast path implementation of ReadBarrier::Barrier for a heap
468 // Generate a read barrier for a heap reference within `instruction`
471 // A read barrier for an object reference read from the heap is
493 // If read barriers are enabled, generate a read barrier for a heap
503 // Generate a read barrier for a GC root within `instruction` using
506 // A read barrier for an object reference GC root is implemented a
    [all...]
code_generator_x86.h 237 // Location `maybe_temp` is used when generating a read barrier and
252 // path) read barrier and shall be a register in that case; it may
414 // Emit a write barrier.
470 // Fast path implementation of ReadBarrier::Barrier for a heap
478 // Fast path implementation of ReadBarrier::Barrier for a heap
488 // Generate a read barrier for a heap reference within `instruction`
491 // A read barrier for an object reference read from the heap is
513 // If read barriers are enabled, generate a read barrier for a heap
523 // Generate a read barrier for a GC root within `instruction` using
526 // A read barrier for an object reference GC root is implemented a
    [all...]
code_generator_x86_64.h 232 // Location `maybe_temp` is used when generating a read barrier and
247 // path) read barrier and shall be a register in that case; it may
362 // Emit a write barrier.
412 // Fast path implementation of ReadBarrier::Barrier for a heap
420 // Fast path implementation of ReadBarrier::Barrier for a heap
430 // Generate a read barrier for a heap reference within `instruction`
433 // A read barrier for an object reference read from the heap is
455 // If read barriers are enabled, generate a read barrier for a heap
465 // Generate a read barrier for a GC root within `instruction` using
468 // A read barrier for an object reference GC root is implemented a
    [all...]
  /art/runtime/
monitor_test.cc 17 #include "barrier.h"
53 std::unique_ptr<Barrier> barrier_;
54 std::unique_ptr<Barrier> complete_barrier_;
140 } // Need to drop the mutator lock to use the barrier.
301 // Create the barrier used to synchronize.
302 test->barrier_ = std::unique_ptr<Barrier>(new Barrier(2));
303 test->complete_barrier_ = std::unique_ptr<Barrier>(new Barrier(3));
330 // Wait on completion barrier
    [all...]
read_barrier.h 43 // Enable the read barrier checks.
50 ALWAYS_INLINE static MirrorType* Barrier(
thread_pool.h 23 #include "barrier.h"
147 Barrier creation_barier_;
  /external/skia/include/core/
SkRefCnt.h 50 // The acquire barrier is only really needed if we return true. It
70 (void)sk_atomic_fetch_add(&fRefCnt, +1, sk_memory_order_relaxed); // No barrier required.
212 // - unique() needs acquire when it returns true, and no barrier if it returns false;
213 // - ref() doesn't need any barrier;
214 // - unref() needs a release barrier, and an acquire if it's going to call delete.
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 58 pthread_barrier_t* barrier; member in struct:__anon12821::ThreadData
85 int result = pthread_barrier_wait(thread_data->barrier);
87 perror("Failed to wait for sync barrier");
297 fprintf(stderr, "CrashGenerator: Failed to initialize thread barrier\n");
302 thread_data[i].barrier = &thread_barrier;
313 fprintf(stderr, "CrashGenerator: Failed to wait for thread barrier\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 506 #define Barrier CARD32
512 Barrier barrier B32;
530 Barrier barrier B32;
535 #undef Barrier
  /external/valgrind/drd/
drd.h 300 * Report that a barrier has been initialized with a given barrier count. The
305 #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \
307 "ANNOTATE_BARRIER_INIT", barrier, \
310 /* Report that a barrier has been destroyed. */
311 #define ANNOTATE_BARRIER_DESTROY(barrier) \
314 barrier, 0, 0, 0)
316 /* Report that the calling thread is about to start waiting for a barrier. */
317 #define ANNOTATE_BARRIER_WAIT_BEFORE(barrier) \
320 barrier, 0, 0, 0
    [all...]
  /art/test/114-ParallelGC/src/
Main.java 40 // This barrier is used to synchronize the threads starting to allocate.
41 // Note: Even though a barrier is not allocation-free, this one is fine, as it will be used

Completed in 1145 milliseconds

<<11121314151617181920>>