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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 12 // but not blackening them since the mark write barrier isn't installed.
294 // getfull barrier) to let other mutators run.
365 // barrier. Any frames above this have not
368 // this barrier had write barriers.
387 // We skip installing a barrier on bottom-most
397 // a return to a stack barrier. Since
511 // gcInstallStackBarrier installs a stack barrier over the return PC of frame.
516 print("not installing stack barrier with no LR, goid=", gp.goid, "\n")
526 // have a stack barrier in g.sched.pc, so don't
529 print("not installing stack barrier over LR of cgocallback_gofunc, goid=", gp.goid, "\n"
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go 12 // but not blackening them since the mark write barrier isn't installed.
294 // getfull barrier) to let other mutators run.
365 // barrier. Any frames above this have not
368 // this barrier had write barriers.
387 // We skip installing a barrier on bottom-most
397 // a return to a stack barrier. Since
511 // gcInstallStackBarrier installs a stack barrier over the return PC of frame.
516 print("not installing stack barrier with no LR, goid=", gp.goid, "\n")
526 // have a stack barrier in g.sched.pc, so don't
529 print("not installing stack barrier over LR of cgocallback_gofunc, goid=", gp.goid, "\n"
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_atomic.h 118 * The compiler barrier prevents the compiler from reordering
138 * would insert a release barrier between writing the data and the flag,
140 * written, and you would insert an acquire barrier between reading the
144 * In this pattern you should always see a release barrier paired with
145 * an acquire barrier and you should gate the data reads/writes with a
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_atomic.h 118 * The compiler barrier prevents the compiler from reordering
138 * would insert a release barrier between writing the data and the flag,
140 * written, and you would insert an acquire barrier between reading the
144 * In this pattern you should always see a release barrier paired with
145 * an acquire barrier and you should gate the data reads/writes with a
  /prebuilts/misc/windows/sdl2/include/
SDL_atomic.h 118 * The compiler barrier prevents the compiler from reordering
138 * would insert a release barrier between writing the data and the flag,
140 * written, and you would insert an acquire barrier between reading the
144 * In this pattern you should always see a release barrier paired with
145 * an acquire barrier and you should gate the data reads/writes with a
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_atomic.h 118 * The compiler barrier prevents the compiler from reordering
138 * would insert a release barrier between writing the data and the flag,
140 * written, and you would insert an acquire barrier between reading the
144 * In this pattern you should always see a release barrier paired with
145 * an acquire barrier and you should gate the data reads/writes with a
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 270 final CountDownLatch barrier = new CountDownLatch(1); local
275 barrier.countDown();
280 barrier.countDown();
284 barrier.await();
409 final CountDownLatch barrier = new CountDownLatch(1); local
412 barrier.countDown();
415 barrier.await();
  /external/valgrind/drd/
drd_pthread_intercepts.c     [all...]
  /external/valgrind/helgrind/
helgrind.h 309 /* Notify here immediately before barrier creation. _count is the
310 capacity. _resizable == 0 means the barrier may not be resized, 1
318 /* Notify here immediately before arrival at a barrier. */
323 /* Notify here immediately before a resize (change of barrier
325 change in the state of any threads waiting at the barrier. If
327 currently waiting at the barrier, then this notification is
329 waiting threads have now moved past the barrier. (I can't think of
336 /* Notify here immediately before barrier destruction. */
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 229 // Location `maybe_temp` is used when generating a read barrier and
244 // path) read barrier and shall be a register in that case; it may
381 // Emit a write barrier.
500 // Fast path implementation of ReadBarrier::Barrier for a heap
509 // Fast path implementation of ReadBarrier::Barrier for a heap
519 // Generate a read barrier for a heap reference within `instruction`
522 // A read barrier for an object reference read from the heap is
544 // If read barriers are enabled, generate a read barrier for a heap
554 // Generate a read barrier for a GC root within `instruction` using
557 // A read barrier for an object reference GC root is implemented a
    [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cmInstr.h 86 /** \brief Instruction Synchronization Barrier
88 Instruction Synchronization Barrier flushes the pipeline in the processor,
95 /** \brief Data Synchronization Barrier
97 This function acts as a special kind of Data Memory Barrier.
103 /** \brief Data Memory Barrier
426 /** \brief Instruction Synchronization Barrier
428 Instruction Synchronization Barrier flushes the pipeline in the processor,
438 /** \brief Data Synchronization Barrier
440 This function acts as a special kind of Data Memory Barrier.
449 /** \brief Data Memory Barrier
    [all...]
  /external/opencv3/modules/objdetect/src/opencl/
cascadedetect.cl 147 barrier(CLK_LOCAL_MEM_FENCE);
235 barrier(CLK_LOCAL_MEM_FENCE);
240 barrier(CLK_LOCAL_MEM_FENCE);
323 barrier(CLK_LOCAL_MEM_FENCE);
340 barrier(CLK_LOCAL_MEM_FENCE);
511 barrier(CLK_LOCAL_MEM_FENCE);
516 barrier(CLK_LOCAL_MEM_FENCE);
568 barrier(CLK_LOCAL_MEM_FENCE);
625 barrier(CLK_LOCAL_MEM_FENCE);
641 barrier(CLK_LOCAL_MEM_FENCE)
    [all...]
  /external/opencv3/modules/video/
opencl_kernels_video.cpp 280 "barrier(CLK_LOCAL_MEM_FENCE);\n"
344 "barrier(CLK_LOCAL_MEM_FENCE);\n"
381 "barrier(CLK_LOCAL_MEM_FENCE);\n"
505 "barrier(CLK_LOCAL_MEM_FENCE);\n"
826 "barrier(CLK_LOCAL_MEM_FENCE);\n"
835 "barrier(CLK_LOCAL_MEM_FENCE);\n"
842 "barrier(CLK_LOCAL_MEM_FENCE);\n"
850 "barrier(CLK_LOCAL_MEM_FENCE);\n"
856 "barrier(CLK_LOCAL_MEM_FENCE);\n"
863 "barrier(CLK_LOCAL_MEM_FENCE);\n
    [all...]
  /external/opencv3/modules/core/src/
opencl_kernels_core.cpp 718 "barrier(CLK_LOCAL_MEM_FENCE);\n"
721 "barrier(CLK_LOCAL_MEM_FENCE);\n"
733 "barrier(CLK_LOCAL_MEM_FENCE);\n"
739 "barrier(CLK_LOCAL_MEM_FENCE);\n"
753 "barrier(CLK_LOCAL_MEM_FENCE);\n"
760 "barrier(CLK_LOCAL_MEM_FENCE);\n"
777 "barrier(CLK_LOCAL_MEM_FENCE);\n"
785 "barrier(CLK_LOCAL_MEM_FENCE);\n"
804 "barrier(CLK_LOCAL_MEM_FENCE);\n"
813 "barrier(CLK_LOCAL_MEM_FENCE);\n
    [all...]
  /external/skia/include/gpu/
GrXferProcessor.h 25 * Barriers for blending. When a shader reads the dst directly, an Xfer barrier is sometimes
29 kNone_GrXferBarrierType = 0, //<! No barrier is required
151 * Returns whether this XP will require an Xfer barrier on the given rt. If true, outBarrierType
152 * is updated to contain the type of barrier needed.
254 * Determines the type of barrier (if any) required by the subclass. Note that the possibility
255 * that a kTexture type barrier is required is handled by the base class and need not be
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlay3DPipe.h 373 ALOGE("S3DExtPipe close failed enable barrier");
431 uint32_t barrier=0; local
435 barrier = utils::BARRIER_LAND;
438 barrier = utils::BARRIER_PORT;
441 if(!utils::enableBarrier(barrier)) {
442 ALOGE("S3DPrimaryPipe setTransform failed to enable barrier");
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlay3DPipe.h 373 ALOGE("S3DExtPipe close failed enable barrier");
431 uint32_t barrier=0; local
435 barrier = utils::BARRIER_LAND;
438 barrier = utils::BARRIER_PORT;
441 if(!utils::enableBarrier(barrier)) {
442 ALOGE("S3DPrimaryPipe setTransform failed to enable barrier");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 138 # pragma omp barrier
169 # pragma omp barrier
203 # pragma omp barrier
211 # pragma omp barrier
343 // No barrier here: Synchronization is done by the splitting routine.
379 # pragma omp barrier
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 138 # pragma omp barrier
169 # pragma omp barrier
203 # pragma omp barrier
211 # pragma omp barrier
343 // No barrier here: Synchronization is done by the splitting routine.
379 # pragma omp barrier
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_mergesort.h 138 # pragma omp barrier
169 # pragma omp barrier
203 # pragma omp barrier
211 # pragma omp barrier
343 // No barrier here: Synchronization is done by the splitting routine.
379 # pragma omp barrier
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_mergesort.h 138 # pragma omp barrier
169 # pragma omp barrier
203 # pragma omp barrier
211 # pragma omp barrier
343 // No barrier here: Synchronization is done by the splitting routine.
379 # pragma omp barrier
  /art/runtime/
lock_word.h 60 * The rb bits store the read barrier state.
227 // read barrier state.
243 // Note GetValue() includes the read barrier bits and comparing (==)
thread-inl.h 81 // miss passing an active suspend barrier.
168 // Once suspended - check the active suspend barrier flag
187 // CAS the value with a memory barrier.
  /external/autotest/client/tests/kvm/tests/
steps.py 34 # Parse barrier command line
125 # Compare md5sum of barrier region with the expected md5sum
153 message = ("Barrier failed at step %s after %.2f seconds (%s)" %
  /external/opencv3/modules/core/src/opencl/
minmaxloc.cl 283 barrier(CLK_LOCAL_MEM_FENCE);
320 barrier(CLK_LOCAL_MEM_FENCE);
360 barrier(CLK_LOCAL_MEM_FENCE);

Completed in 1359 milliseconds

<<21222324252627282930>>