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

<<41424344454647484950>>

  /art/compiler/jni/quick/
jni_compiler.cc 150 // Note this LoadRef() does not include read barrier. It will be handled below.
201 // Call the read barrier for the declaring class loaded from the method for a static call.
  /art/compiler/optimizing/
graph_visualizer.cc 366 void VisitMemoryBarrier(HMemoryBarrier* barrier) OVERRIDE {
367 StartAttributeStream("kind") << barrier->GetBarrierKind();
intrinsics_x86.cc     [all...]
optimizing_compiler.cc 381 // Read barrier are supported on ARM, ARM64, x86 and x86-64 at the moment.
637 // instruction sets that have no read barrier support.
    [all...]
  /art/runtime/mirror/
object.h 576 // A utility function that copies an object in a read barrier and
577 // write barrier-aware way. This is internally used by Clone() and
  /device/google/marlin/
init.common.rc 36 mount ext4 /dev/block/bootdevice/by-name/cache /cache nosuid nodev barrier=1
39 mount ext4 /dev/block/bootdevice/by-name/persist /persist nosuid nodev barrier=1
  /device/moto/shamu/
init.shamu.rc 48 mount ext4 /dev/block/platform/msm_sdcc.1/by-name/mdm1m9kefs3 /fsg ro nosuid nodev barrier=0 context=u:object_r:fsg_file:s0
462 mount ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system ro barrier=1
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 310 // Insert memory barrier
502 // Insert memory barrier
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 280 << " barrier();\n"
298 << " barrier();\n"
  /external/google-benchmark/include/benchmark/
benchmark_api.h 249 // like a barrier. I.e., the ith call by a particular thread to this
263 // like a barrier. I.e., the ith call by a particular thread to this
  /external/iputils/Modules/
pg3.c 200 barrier();
218 barrier();
  /external/kernel-headers/original/uapi/linux/
perf_event.h 420 * barrier()
439 * barrier();
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 976 glXBindSwapBarrierSGIX(Display *dpy, GLXDrawable drawable, int barrier)
982 (*t->BindSwapBarrierSGIX)(dpy, drawable, barrier);
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
medianFilter.cl 309 barrier(CLK_LOCAL_MEM_FENCE);
356 barrier(CLK_LOCAL_MEM_FENCE);
  /external/protobuf/gtest/test/
gtest-port_test.cc 834 // Locking a mutex puts up a memory barrier, preventing reads and
838 // barrier functionality as we are testing them here.
  /external/smali/smali/src/main/jflex/
smaliLexer.jflex 424 "return-void-barrier" | "return-void-no-barrier" {
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 446 private static void waitFor(CyclicBarrier barrier) {
448 barrier.await();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 514 final CyclicBarrier barrier = new CyclicBarrier(tasks.length); local
522 barrier.await();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 142 // There must be a memory barrier between dispose() and destroy()
189 // No memory barrier is used here so there is no synchronization
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.so 
libitm.so.1 
libitm.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 142 // There must be a memory barrier between dispose() and destroy()
189 // No memory barrier is used here so there is no synchronization
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libitm.so 
libitm.so.1 

Completed in 850 milliseconds

<<41424344454647484950>>