HomeSort by relevance Sort by last modified time
    Searched defs:Barrier (Results 1 - 7 of 7) sorted by null

  /frameworks/native/services/surfaceflinger/
Barrier.h 26 class Barrier
29 inline Barrier() : state(CLOSED) { }
30 inline ~Barrier() { }
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Barrier.java 30 /**A very simple barrier wait. Once a thread has requested a
31 * wait on the barrier with waitForRelease, it cannot fool the
32 * barrier into releasing by "hitting" the barrier multiple times--
35 public class Barrier {
39 public Barrier(int t) {
47 // The final thread to reach barrier resets barrier and
59 /** What to do when everyone reaches barrier */
  /external/valgrind/unittest/
thread_wrappers_pthread.h 364 class Barrier{
366 explicit Barrier(int n_threads) {CHECK(0 == pthread_barrier_init(&b_, 0, n_threads));}
367 ~Barrier() {CHECK(0 == pthread_barrier_destroy(&b_));}
369 // helgrind 3.3.0 does not have an interceptor for barrier.
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 554 class Barrier{
556 explicit Barrier(int n_threads) {CHECK(0 == pthread_barrier_init(&b_, 0, n_threads));}
557 ~Barrier() {CHECK(0 == pthread_barrier_destroy(&b_));}
559 // helgrind 3.3.0 does not have an interceptor for barrier.
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 103 Barrier,
217 return Flags & (1 << MCID::Barrier);
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 797 milliseconds