OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_barrier_wait
(Results
1 - 25
of
57
) sorted by null
1
2
3
/external/valgrind/main/drd/tests/
pth_barrier_race.c
2
* Test program that triggers a race between
pthread_barrier_wait
() and
4
* the
pthread_barrier_wait
() and the pthread_barrier_destroy() calls. This
9
* See also http://article.gmane.org/gmane.comp.debugging.valgrind/8945/match=
pthread_barrier_wait
24
pthread_barrier_wait
(barrier);
37
pthread_barrier_wait
(barrier);
40
* happens after the created thread has returned from
pthread_barrier_wait
().
pth_barrier_thr_cr.supp
4
fun:
pthread_barrier_wait
pth_barrier_thr_cr.c
2
* Test program that triggers
pthread_barrier_wait
() where each
3
*
pthread_barrier_wait
() call is invoked by another thread. This is the only
21
pthread_barrier_wait
(s_barrier);
pth_barrier.c
54
pthread_barrier_wait
(b);
61
pthread_barrier_wait
(b);
pth_barrier_race.stderr.exp
6
at 0x........:
pthread_barrier_wait
(drd_pthread_intercepts.c:?)
pth_spinlock.c
24
pthread_barrier_wait
(&s_barrier);
/external/valgrind/unittest/
helgrind.supp
10
fun:
pthread_barrier_wait
posix_tests.cc
743
pthread_barrier_wait
(&B);
747
pthread_barrier_wait
(&B);
754
pthread_barrier_wait
(&B);
759
pthread_barrier_wait
(&B);
778
pthread_barrier_wait
(&B);
780
pthread_barrier_wait
(&B);
/external/compiler-rt/lib/tsan/lit_tests/
race_on_barrier.c
12
pthread_barrier_wait
(&B);
18
pthread_barrier_wait
(&B);
race_on_barrier2.c
11
if (
pthread_barrier_wait
(&B) == PTHREAD_BARRIER_SERIAL_THREAD)
17
if (
pthread_barrier_wait
(&B) == PTHREAD_BARRIER_SERIAL_THREAD)
/external/valgrind/main/helgrind/tests/
bar_trivial.c
3
barriers. If H fails to notice the
pthread_barrier_wait
call then
23
r =
pthread_barrier_wait
(&bar);
bar_bad.c
14
pthread_barrier_wait
( (pthread_barrier_t*)arg );
/external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc
50
pthread_barrier_wait
(&all_threads_ready);
56
pthread_barrier_wait
(&all_threads_ready);
59
pthread_barrier_wait
(&main_threads_ready);
104
pthread_barrier_wait
(&all_threads_ready);
112
pthread_barrier_wait
(&main_threads_ready);
start_many_threads.cc
20
pthread_barrier_wait
(&all_threads_ready);
44
pthread_barrier_wait
(&all_threads_ready);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_barrier_wait.c
2
*
pthread_barrier_wait
.c
42
pthread_barrier_wait
(pthread_barrier_t * barrier)
function
barrier.c
43
#include "
pthread_barrier_wait
.c"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so
librt.so
librt.so.1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
librt-2.7.so
librt.so
librt.so.1
/external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc
35
'
pthread_barrier_wait
.c',
/external/valgrind/main/drd/
drd_clientreq.h
191
/* To notify the drd tool of a
pthread_barrier_wait
call. */
194
/* To notify the drd tool of a
pthread_barrier_wait
call. */
drd_barrier.c
327
/** Called before
pthread_barrier_wait
() / gomp_barrier_wait(). */
402
/** Called after
pthread_barrier_wait
() / gomp_barrier_wait(). */
441
"Number of concurrent
pthread_barrier_wait
()"
Completed in 699 milliseconds
1
2
3