HomeSort by relevance Sort by last modified time
    Searched defs:barrier (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/test/MC/Hexagon/
empty_asm.s 4 barrier label
6 barrier label
8 # CHECK-NEXT: barrier
12 # CHECK-NEXT: barrier
  /external/llvm/test/MC/Hexagon/instructions/
system_user.s 16 # Memory barrier
18 barrier label
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
3-1.c 30 pthread_barrier_t barrier; local
32 /* Intilized barrier with count 0 (it should return EINVAL) */
34 rc = pthread_barrier_init(&barrier, NULL, COUNT);
38 ("Test FAILED: pthread_barrier_init() does not return EINVAL when intializing a barrier with count=0,"
1-1.c 11 * required to use the barrier referenced by barrier and shall initialize
12 * the barrier with attributes referenced by attr. If attr is NULL,
13 * the default barrier attributes shall be used;
14 * the effect is the same as passing the address of a default barrier attributes object.
30 static pthread_barrier_t barrier; variable
37 /* Intilized barrier with NULL attribute, check that this can be done. */
38 rc = pthread_barrier_init(&barrier, NULL, COUNT);
47 if (pthread_barrier_destroy(&barrier) != 0) {
53 /* Initialize a barrier attribute object *
    [all...]
  /external/valgrind/drd/tests/
pth_barrier_race.c 19 static pthread_barrier_t* barrier; variable
24 pthread_barrier_wait(barrier);
32 barrier = (pthread_barrier_t *) malloc(sizeof(*barrier));
33 pthread_barrier_init(barrier, NULL, 2);
37 pthread_barrier_wait(barrier);
43 pthread_barrier_destroy(barrier);
44 free(barrier);
  /external/compiler-rt/test/tsan/
must_deadlock.cc 13 pthread_barrier_t barrier; variable
18 pthread_barrier_wait(&barrier);
29 pthread_barrier_init(&barrier, 0, 2);
39 pthread_barrier_wait(&barrier);
48 pthread_barrier_destroy(&barrier);
barrier.cc 16 pthread_barrier_t barrier; variable
26 pthread_barrier_wait(&barrier);
32 pthread_barrier_init(&barrier, 0, kSize);
38 pthread_barrier_destroy(&barrier);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
1-1.c 10 * The pthread_barrier_destroy() function shall destroy the barrier
11 * referenced by barrier and release any resources used by the barrier.
14 * 1. Main initialize barrier with count 2
15 * 2. Main destroy the barrier
27 static pthread_barrier_t barrier; variable
36 if (pthread_barrier_init(&barrier, NULL, 2) != 0) {
42 rc = pthread_barrier_destroy(&barrier);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
6-1.c 10 * [EINVAL] The value specified by barrier does not refer to an initialized barrier object.
30 ("main: blocked on barrier wait with an un-initializied barrier object.\n");
32 ("Test PASSED: Note*: Expected EINVAL when calling this funtion with an un-initialized barrier object, but standard says 'may' fail.\n");
38 pthread_barrier_t barrier; local
50 /* Call pthread_barrier_wait while refering to an un-initialized barrier object */
55 rc = pthread_barrier_wait(&barrier);
62 ("Test PASSED: Note*: Expected EINVAL when calling this funtion with an un-initialized barrier object, but standard says 'may' fail.\n");
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConversionThread.java 30 import org.antlr.misc.Barrier;
38 Barrier barrier; field in class:NFAConversionThread
40 Barrier barrier,
45 this.barrier = barrier;
58 barrier.waitForRelease();
  /art/test/033-class-init-deadlock/src/
Main.java 28 public static CyclicBarrier barrier = new CyclicBarrier(3); field in class:Main
40 try { barrier.await(); } catch (Exception e) { System.out.println(e); }
56 try { Main.barrier.await(); } catch (Exception e) { System.out.println(e); }
66 try { Main.barrier.await(); } catch (Exception e) { System.out.println(e); }
  /development/ndk/platforms/android-9/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /external/ltp/lib/newlib_tests/
test08.c 27 static pthread_barrier_t barrier; variable
31 pthread_barrier_init(&barrier, NULL, THREADS);
52 pthread_barrier_wait(&barrier);
  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 33 * the barrier.
46 static pipe_barrier barrier; variable
56 printf("thread %d before barrier\n", thread_id);
57 pipe_barrier_wait(&barrier);
70 pipe_barrier_init(&barrier, NUM_THREADS);
81 pipe_barrier_destroy(&barrier);
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_libc.c 16 static pthread_barrier_t barrier; variable
21 pthread_barrier_wait(&barrier);
32 pthread_barrier_wait(&barrier);
40 int ret = pthread_barrier_init(&barrier, NULL,
66 pthread_barrier_wait(&barrier);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
compiler-gcc.h 12 #define barrier() __asm__ __volatile__("": : :"memory") macro

Completed in 645 milliseconds

1 2 3 4 5 6 7 8 9