/frameworks/base/libs/hwui/thread/ |
Barrier.h | 25 class Barrier { 27 Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { } 28 ~Barrier() { }
|
/external/compiler-rt/test/tsan/ |
atomic_race.cc | 37 barrier_wait(&barrier); 38 barrier_wait(&barrier); 47 barrier_init(&barrier, 2); 50 barrier_wait(&barrier); 58 barrier_wait(&barrier);
|
java_move_overlap.cc | 16 barrier_wait(&barrier); 27 barrier_init(&barrier, 2); 66 barrier_wait(&barrier);
|
mutexset6.cc | 10 barrier_wait(&barrier); 25 barrier_wait(&barrier); 30 barrier_init(&barrier, 2);
|
restore_stack.cc | 19 barrier_wait(&barrier); 24 barrier_init(&barrier, 2); 32 barrier_wait(&barrier);
|
simple_stack2.cc | 31 barrier_wait(&barrier); 37 barrier_init(&barrier, 2); 41 barrier_wait(&barrier);
|
/external/opencv3/modules/objdetect/src/opencl/ |
objdetect_hog.cl | 127 barrier(CLK_LOCAL_MEM_FENCE); 134 barrier(CLK_LOCAL_MEM_FENCE); 138 barrier(CLK_LOCAL_MEM_FENCE); 145 barrier(CLK_LOCAL_MEM_FENCE); 170 barrier(CLK_LOCAL_MEM_FENCE); 176 barrier(CLK_LOCAL_MEM_FENCE); 179 barrier(CLK_LOCAL_MEM_FENCE); 182 barrier(CLK_LOCAL_MEM_FENCE); 188 barrier(CLK_LOCAL_MEM_FENCE); 190 barrier(CLK_LOCAL_MEM_FENCE) [all...] |
/external/valgrind/helgrind/tests/ |
bar_bad.stderr.exp | 2 initialise a barrier with zero count 21 initialise a barrier twice 24 Thread #x: pthread_barrier_init: barrier is already initialised 29 initialise a barrier which has threads waiting on it 32 Thread #x: pthread_barrier_init: barrier is already initialised 38 Thread #x: pthread_barrier_init: threads are waiting at barrier 43 destroy a barrier that has waiting threads 46 Thread #x: pthread_barrier_destroy: threads are waiting at barrier 58 destroy a barrier that was never initialised 61 Thread #x: pthread_barrier_destroy: barrier was never initialise [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
LongAdderTest.java | 164 CyclicBarrier barrier = new CyclicBarrier(nthreads + 1); local 166 pool.execute(new AdderTask(a, barrier, incs)); 167 barrier.await(); 168 barrier.await(); 177 final CyclicBarrier barrier; field in class:LongAdderTest.AdderTask 180 AdderTask(LongAdder adder, CyclicBarrier barrier, int incs) { 182 this.barrier = barrier; 188 barrier.await(); 193 barrier.await() [all...] |
/art/compiler/ |
common_compiler_test.h | 118 // TODO: When read barrier works with all tests, get rid of this. 121 printf("WARNING: TEST DISABLED FOR READ BARRIER\n"); \ 125 // TODO: When read barrier works with all Optimizing back ends, get rid of this. 133 /* Instruction set has read barrier support. */ \ 137 /* Instruction set does not have barrier support. */ \ 138 printf("WARNING: TEST DISABLED FOR READ BARRIER WITH OPTIMIZING " \
|
/external/libavc/encoder/x86/ |
ih264e_platform_macros.h | 127 * @brief Data Memory Barrier, Data Synchronization Barrier 132 * Data Memory Barrier acts as a memory barrier. It ensures that all explicit 138 * Data Synchronization Barrier acts as a special kind of memory barrier. No
|
/device/google/marlin/ |
recovery.fstab | 30 /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait 31 /dev/block/bootdevice/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered wait,check 32 /dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc wait,check,encryptable=footer
|
/external/autotest/server/samples/ |
profilertest.srv | 29 sync_bar = barrier("PROF_MASTER", "sync_profilers", 36 start_bar = barrier("PROF_MASTER", "start_profilers", 42 stop_bar = barrier("PROF_MASTER", "stop_profilers", timeout, port=11920)
|
/external/regex-re2/util/ |
atomicops.h | 18 // 64-bit implementations of memory barrier can be simpler, because 43 // a read barrier after the lock operation and 44 // a write barrier before the unlock operation.
|
/development/ndk/platforms/android-3/include/linux/ |
compiler-gcc.h | 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
|
/device/moto/shamu/ |
fstab.shamu | 6 /dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,barrier=1 wait,verify=/dev/block/platform/msm_sdcc.1/by-name/metadata 8 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,noatime,nosuid,nodev,discard,barrier=1,data=ordered wait,check,formattable 9 /dev/block/platform/msm_sdcc.1/by-name/modem /firmware ext4 ro,barrier=1,context=u:object_r:firmware_file:s0 wait 10 /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 rw,nosuid,nodev,barrier=1 wait,check,notrim
|
/external/autotest/client/bin/self-test/tests/ |
110-barrier-unordered-10x | 13 b = job.barrier('127.0.0.1#P%d' % (id), 'here', 60)
|
111-barrier-unordered-20x | 13 b = job.barrier('127.0.0.1#P%d' % (id), 'here', 60)
|
112-barrier-unordered-40x | 13 b = job.barrier('127.0.0.1#P%d' % (id), 'here', 60)
|
113-barrier-unordered-100x | 13 b = job.barrier('127.0.0.1#P%d' % (id), 'here', 60)
|
/external/clang/test/CodeGenObjC/ |
2009-01-26-WriteBarrier-2.m | 16 // assigning a Block into an struct slot should elicit a write-barrier under GC
|
/external/llvm/lib/Transforms/IPO/ |
BarrierNoopPass.cpp | 1 //===- BarrierNoopPass.cpp - A barrier pass for the pass manager ----------===// 26 /// \brief A nonce module pass used to place a barrier in a pass manager. 46 INITIALIZE_PASS(BarrierNoop, "barrier", "A No-Op Barrier Pass",
|
/external/llvm/test/Transforms/GlobalOpt/ |
invariant.group.barrier.ll | 36 %barr = call i8* @llvm.invariant.group.barrier(i8* %0) 44 ; We can't step through invariant.group.barrier here, because that would change 57 %barr = call i8* @llvm.invariant.group.barrier(i8* %0) 77 declare i8* @llvm.invariant.group.barrier(i8*)
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
compiler-gcc.h | 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
compiler-gcc.h | 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
|