/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
H A D | vts_many_threads_bench.cpp | 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.cpp | 36 pthread_barrier_init(&all_threads_ready, NULL, n_threads + 1); in main()
|
/freebsd/cddl/lib/libtpool/tests/ |
H A D | libtpool_test.c | 49 pthread_barrier_init(&barrier, NULL, max_threads_per_proc); in ATF_TC_BODY()
|
/freebsd/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/lib/libc/tests/stdlib/ |
H A D | libc_exit_test.c | 135 pthread_barrier_init(&barrier, NULL, 2); in ATF_TC_BODY()
|
/freebsd/tools/test/stress2/misc/ |
H A D | select.sh | 145 if ((r = pthread_barrier_init(&barr, &attr, PARALLEL)) != 0)
|
H A D | selfd.sh | 139 if ((r = pthread_barrier_init(&barr, &attr, PARALLEL)) != 0)
|
H A D | ptrace5.sh | 183 if ((r = pthread_barrier_init(&barr, &attr, PARALLEL)) != 0)
|
H A D | ptrace6.sh | 187 if ((r = pthread_barrier_init(&barr, &attr, PARALLEL)) != 0)
|
H A D | ptrace7.sh | 220 if ((r = pthread_barrier_init(&barr, &attr, PARALLEL)) != 0)
|
/freebsd/lib/libthr/thread/ |
H A D | thr_barrier.c | 40 __weak_reference(_pthread_barrier_init, pthread_barrier_init);
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 10 pthread_barrier_init;
|
/freebsd/include/ |
H A D | pthread.h | 172 int pthread_barrier_init(pthread_barrier_t * __restrict,
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 112 #define pthread_barrier_init _pthread_barrier_init macro
|
H A D | un-namespace.h | 93 #undef pthread_barrier_init
|
/freebsd/tools/tools/netrate/http/ |
H A D | http.c | 300 if (pthread_barrier_init(&statep->start_barrier, NULL, in main()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 499 PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1571 TSAN_INTERCEPTOR(int, pthread_barrier_init, void *b, void *a, unsigned count) { in TSAN_INTERCEPTOR() argument 1572 SCOPED_TSAN_INTERCEPTOR(pthread_barrier_init, b, a, count); in TSAN_INTERCEPTOR() 1574 int res = REAL(pthread_barrier_init)(b, a, count); in TSAN_INTERCEPTOR() 2987 TSAN_INTERCEPT(pthread_barrier_init); in InitializeInterceptors()
|
/freebsd/tests/sys/kern/ |
H A D | ptrace_test.c | 2015 CHILD_REQUIRE_EQ(pthread_barrier_init(&barrier, NULL, 2), 0); in ATF_TC_BODY() 2118 CHILD_REQUIRE_EQ(pthread_barrier_init(&barrier, NULL, 2), 0); in ATF_TC_BODY() 3085 REQUIRE_EQ(pthread_barrier_init(&barrier, NULL, 2), 0); in ATF_TC_BODY() 3506 REQUIRE_EQ(pthread_barrier_init(&barrier, &battr, 2), 0); in ATF_TC_BODY()
|
H A D | socket_splice.c | 889 error = pthread_barrier_init(&barrier, NULL, 2); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2562 fun:pthread_barrier_init=uninstrumented
|