HomeSort by relevance Sort by last modified time
    Searched full:pthread_barrier_init (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/valgrind/main/drd/tests/
pth_barrier_reinit.c 2 * threads standard. See also http://www.opengroup.org/onlinepubs/000095399/functions/pthread_barrier_init.html.
14 pthread_barrier_init(&b, 0, 1);
15 pthread_barrier_init(&b, 0, 1);
bar_bad.stderr.exp 4 pthread_barrier_init: 'count' argument is zero: barrier 0x........
5 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
11 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
14 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
20 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
23 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
32 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
45 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
pth_barrier_reinit.stderr.exp 3 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
6 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
pth_barrier_race.c 33 pthread_barrier_init(barrier, NULL, 2);
bar_bad_xml.stderr.exp 37 <what>pthread_barrier_init: 'count' argument is zero: barrier 0x........</what>
42 <fn>pthread_barrier_init</fn>
69 <fn>pthread_barrier_init</fn>
90 <fn>pthread_barrier_init</fn>
118 <fn>pthread_barrier_init</fn>
139 <fn>pthread_barrier_init</fn>
188 <fn>pthread_barrier_init</fn>
262 <fn>pthread_barrier_init</fn>
pth_barrier_race.stderr.exp 10 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
pth_barrier_thr_cr.c 34 res = pthread_barrier_init(s_barrier, NULL, barrier_participants);
pth_spinlock.c 43 pthread_barrier_init(&s_barrier, 0, n_threads);
thread_name.c 51 pthread_barrier_init(&s_barrier, NULL, NUM_THREADS);
pth_barrier.c 81 pthread_barrier_init(&b, 0, nthread);
  /external/valgrind/main/helgrind/tests/
bar_bad.c 39 pthread_barrier_init(bar1, NULL, 0);
44 pthread_barrier_init(bar2, NULL, 1);
45 pthread_barrier_init(bar2, NULL, 1);
51 pthread_barrier_init(bar3, NULL, 2);
57 pthread_barrier_init(bar3, NULL, 3);
63 pthread_barrier_init(bar4, NULL, 2);
bar_bad.stderr.exp 9 Thread #x: pthread_barrier_init: 'count' argument is zero
10 at 0x........: pthread_barrier_init (hg_intercepts.c:...)
15 Thread #x's call to pthread_barrier_init failed
17 at 0x........: pthread_barrier_init (hg_intercepts.c:...)
24 Thread #x: pthread_barrier_init: barrier is already initialised
25 at 0x........: pthread_barrier_init (hg_intercepts.c:...)
32 Thread #x: pthread_barrier_init: barrier is already initialised
33 at 0x........: pthread_barrier_init (hg_intercepts.c:...)
38 Thread #x: pthread_barrier_init: threads are waiting at barrier
39 at 0x........: pthread_barrier_init (hg_intercepts.c:...
    [all...]
bar_trivial.c 40 r = pthread_barrier_init(&bar, NULL, NTHR);
  /external/compiler-rt/test/tsan/
race_on_barrier.c 11 pthread_barrier_init(&B, 0, 2);
race_on_barrier2.c 23 pthread_barrier_init(&B, 0, 2);
barrier.cc 29 pthread_barrier_init(&barrier, 0, kSize);
bench.h 29 pthread_barrier_init(&glow_clock_barrier, 0, clock_size);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_barrier_init.c 2 * pthread_barrier_init.c
42 pthread_barrier_init (pthread_barrier_t * barrier, function
barrier.c 41 #include "pthread_barrier_init.c"
  /external/valgrind/main/memcheck/tests/
reach_thread_register.c 45 pthread_barrier_init(&bar, NULL, 2);
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 90 pthread_barrier_init(&all_threads_ready, NULL, n_garbage_threads + n_threads + 1);
91 pthread_barrier_init(&main_threads_ready, NULL, n_threads + 1);
start_many_threads.cc 36 pthread_barrier_init(&all_threads_ready, NULL, n_threads + 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
librt-2.11.1.so 
librt.so 
librt.so.1 

Completed in 5265 milliseconds

1 2 3