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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
partition.h 111 } //implicit barrier
196 # pragma omp barrier
222 # pragma omp barrier
269 # pragma omp barrier
random_shuffle.h 161 # pragma omp barrier
174 # pragma omp barrier
180 # pragma omp barrier
192 # pragma omp barrier
221 # pragma omp barrier
unique_copy.h 125 # pragma omp barrier
  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.cc 248 ExceptionBarrier barrier; local
277 ExceptionBarrier barrier; local
320 ExceptionBarrier barrier; local
urlmon_moniker.cc 203 ExceptionBarrierReportOnlyModule barrier; local
239 ExceptionBarrierReportOnlyModule barrier; local
  /external/kernel-headers/original/asm-mips/
processor.h 231 #define cpu_relax() barrier()
system.h 19 #include <asm/barrier.h>
124 raw_local_irq_restore(flags); /* implies memory barrier */
172 raw_local_irq_restore(flags); /* implies memory barrier */
  /external/kernel-headers/original/linux/
rcupdate.h 108 struct rcu_head barrier; member in struct:rcu_data
  /external/valgrind/main/drd/
drd_clientobj.h 122 Word count; // Participant count in a barrier wait.
123 Word pre_iteration; // pre barrier completion count modulo two.
124 Word post_iteration; // post barrier completion count modulo two.
125 Word pre_waiters_left; // number of waiters left for a complete barrier.
126 Word post_waiters_left; // number of waiters left for a complete barrier.
127 OSet* oset[2]; // Per-thread barrier information for the latest
128 // two barrier iterations.
151 struct barrier_info barrier; member in union:drd_clientobj
  /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");
  /hardware/qcom/display/msm8974/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/msm8x26/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
unique_copy.h 123 # pragma omp barrier
  /external/chromium_org/chrome_frame/test/
exception_barrier_unittest.cc 76 // A simple crash over the exception barrier
78 ExceptionBarrierCustomHandler barrier; local
271 ExceptionBarrierCustomHandler barrier; local
352 // Test that the SEH chain is unmolested by exception barrier, both under
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast.c 827 pipe_barrier_wait( &rast->barrier );
837 pipe_barrier_wait( &rast->barrier );
909 pipe_barrier_init( &rast->barrier, rast->num_threads );
951 pipe_barrier_destroy( &rast->barrier );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.h 131 unsigned barrier; member in struct:r600_bytecode_output
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 827 pipe_barrier_wait( &rast->barrier );
837 pipe_barrier_wait( &rast->barrier );
909 pipe_barrier_init( &rast->barrier, rast->num_threads );
951 pipe_barrier_destroy( &rast->barrier );
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 131 unsigned barrier; member in struct:r600_bytecode_output
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 47 barrier.open();
  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 406 MipsLIR *barrier = newLIR0(cUnit, kMipsPseudoBarrier);
408 barrier->defMask = -1;
  /external/chromium_org/v8/test/mjsunit/
allocation-folding.js 30 // Test loop barrier when folding allocations.
  /external/chromium_org/v8/test/mjsunit/regress/
splice-missing-wb.js 52 // Try accessing a[0].idx. It will segfault if write-barrier was accidentally
  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 52 // Try accessing a[0].idx. It will segfault if write-barrier was accidentally
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 1873 milliseconds

1 2 3 4 5 6 7 8 91011>>