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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_thread.h 30 * Thread, mutex, condition variable, barrier, semaphore and
322 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
324 pthread_barrier_init(barrier, NULL, count);
327 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
329 pthread_barrier_destroy(barrier);
332 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
334 pthread_barrier_wait(barrier);
348 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
350 barrier->count = count;
351 barrier->waiters = 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 30 * Thread, mutex, condition variable, barrier, semaphore and
322 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
324 pthread_barrier_init(barrier, NULL, count);
327 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
329 pthread_barrier_destroy(barrier);
332 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
334 pthread_barrier_wait(barrier);
348 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
350 barrier->count = count;
351 barrier->waiters = 0
    [all...]
  /external/valgrind/main/drd/
drd_barrier.c 40 /** Information associated with one thread participating in a barrier. */
105 * Initialize the structure *p with the specified client-side barrier address,
106 * barrier object size and number of participants in each barrier.
110 const Addr barrier,
116 tl_assert(barrier != 0);
118 tl_assert(p->a1 == barrier);
134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1",
162 "Destruction of barrier that is being waited"
187 * Look up the client-side barrier address barrier in s_barrier[]. If no
    [all...]
drd.h 275 * Report that a barrier has been initialized with a given barrier count. The
280 #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \
282 "ANNOTATE_BARRIER_INIT", barrier, \
285 /* Report that a barrier has been destroyed. */
286 #define ANNOTATE_BARRIER_DESTROY(barrier) \
289 barrier, 0, 0, 0)
291 /* Report that the calling thread is about to start waiting for a barrier. */
292 #define ANNOTATE_BARRIER_WAIT_BEFORE(barrier) \
295 barrier, 0, 0, 0
    [all...]
  /external/valgrind/main/drd/tests/
pth_barrier_reinit.stderr.exp 2 Barrier reinitialization: barrier 0x........
5 barrier 0x........ was first observed at:
bar_bad_xml.stderr.exp 32 initialise a barrier with zero count
37 <what>pthread_barrier_init: 'count' argument is zero: barrier 0x........</what>
59 initialise a barrier twice
64 <what>Barrier reinitialization: barrier 0x........</what>
84 <what>barrier</what>
108 initialise a barrier which has threads waiting on it
113 <what>Barrier reinitialization: barrier 0x........</what>
133 <what>barrier</what
    [all...]
  /external/valgrind/main/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...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DataCommandConsolidator.java 63 * Data consolidation barrier: consolidates all data contents into the last data command in the
66 private void barrier() { method in class:DataCommandConsolidator
92 * Block exit: acts as a conditional barrier only to data contained within the block.
97 barrier(); method
109 barrier(); method
119 barrier(); method
124 barrier(); method
129 barrier(); method
134 barrier(); method
139 barrier(); method
210 barrier(); method
245 barrier(); method
250 barrier(); method
255 barrier(); method
260 barrier(); method
267 barrier(); method
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScriptsSearchScope.js 57 var barrier = new CallbackBarrier();
63 project.indexContent(projectProgress, barrier.createCallback());
65 barrier.callWhenDone(indexingFinishedCallback.bind(this, true));
93 var barrier = new CallbackBarrier();
98 var callback = barrier.createCallback(searchCallbackWrapper.bind(this, this._searchId, project));
101 barrier.callWhenDone(searchFinishedCallback.bind(this, true));
  /bionic/libc/kernel/common/linux/
compiler-gcc.h 19 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /development/ndk/platforms/android-3/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 291 The "barrier" argument is a pointer to the barrier object. */
293 /* Report that the "barrier" has been initialized with initial "count".
296 #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \
297 AnnotateBarrierInit(__FILE__, __LINE__, barrier, count, \
300 /* Report that we are about to enter barrier_wait("barrier"). */
301 #define ANNOTATE_BARRIER_WAIT_BEFORE(barrier) \
302 AnnotateBarrierWaitBefore(__FILE__, __LINE__, barrier)
304 /* Report that we just exited barrier_wait("barrier"). */
305 #define ANNOTATE_BARRIER_WAIT_AFTER(barrier) \
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 291 The "barrier" argument is a pointer to the barrier object. */
293 /* Report that the "barrier" has been initialized with initial "count".
296 #define ANNOTATE_BARRIER_INIT(barrier, count, reinitialization_allowed) \
297 AnnotateBarrierInit(__FILE__, __LINE__, barrier, count, \
300 /* Report that we are about to enter barrier_wait("barrier"). */
301 #define ANNOTATE_BARRIER_WAIT_BEFORE(barrier) \
302 AnnotateBarrierWaitBefore(__FILE__, __LINE__, barrier)
304 /* Report that we just exited barrier_wait("barrier"). */
305 #define ANNOTATE_BARRIER_WAIT_AFTER(barrier) \
    [all...]
  /external/kernel-headers/original/linux/
compiler-gcc.h 8 /* Optimization barrier */
10 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro

Completed in 3448 milliseconds

1 23 4 5 6 7 8 91011>>