Searched refs:pthread_barrier_init (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/benchmarks/ |
| H A D | vts_many_threads_bench.cc | 90 pthread_barrier_init(&all_threads_ready, NULL, n_garbage_threads + n_threads + 1); in main() 91 pthread_barrier_init(&main_threads_ready, NULL, n_threads + 1); in main()
|
| H A D | start_many_threads.cc | 36 pthread_barrier_init(&all_threads_ready, NULL, n_threads + 1); in main()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_barrier.c | 80 PTHREAD_REQUIRE(pthread_barrier_init(&barrier, NULL, COUNT)); in ATF_TC_BODY()
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_barrier.c | 43 __weak_reference(_pthread_barrier_init, pthread_barrier_init);
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 11 pthread_barrier_init;
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 171 int pthread_barrier_init(pthread_barrier_t * __restrict,
|
| /freebsd-12.1/tools/tools/netrate/http/ |
| H A D | http.c | 302 if (pthread_barrier_init(&statep->start_barrier, NULL, in main()
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 114 #define pthread_barrier_init _pthread_barrier_init macro
|
| H A D | un-namespace.h | 95 #undef pthread_barrier_init
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 339 PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 1401 TSAN_INTERCEPTOR(int, pthread_barrier_init, void *b, void *a, unsigned count) { in TSAN_INTERCEPTOR() argument 1402 SCOPED_TSAN_INTERCEPTOR(pthread_barrier_init, b, a, count); in TSAN_INTERCEPTOR() 1404 int res = REAL(pthread_barrier_init)(b, a, count); in TSAN_INTERCEPTOR() 2713 TSAN_INTERCEPT(pthread_barrier_init); in InitializeInterceptors()
|
| /freebsd-12.1/tests/sys/kern/ |
| H A D | ptrace_test.c | 1991 CHILD_REQUIRE(pthread_barrier_init(&barrier, NULL, 2) == 0); in ATF_TC_BODY() 2094 CHILD_REQUIRE(pthread_barrier_init(&barrier, NULL, 2) == 0); in ATF_TC_BODY() 3063 ATF_REQUIRE(pthread_barrier_init(&barrier, NULL, 2) == 0); in ATF_TC_BODY() 3410 ATF_REQUIRE(pthread_barrier_init(&barrier, &battr, 2) == 0); in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2556 fun:pthread_barrier_init=uninstrumented
|