Searched refs:pthread_barrier_init (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/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-13.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-13.1/lib/libthr/thread/ |
| H A D | thr_barrier.c | 43 __weak_reference(_pthread_barrier_init, pthread_barrier_init);
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 11 pthread_barrier_init;
|
| /freebsd-13.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-13.1/tools/tools/netrate/http/ |
| H A D | http.c | 302 if (pthread_barrier_init(&statep->start_barrier, NULL, in main()
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 171 int pthread_barrier_init(pthread_barrier_t * __restrict,
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 471 PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1453 TSAN_INTERCEPTOR(int, pthread_barrier_init, void *b, void *a, unsigned count) { in TSAN_INTERCEPTOR() argument 1454 SCOPED_TSAN_INTERCEPTOR(pthread_barrier_init, b, a, count); in TSAN_INTERCEPTOR() 1456 int res = REAL(pthread_barrier_init)(b, a, count); in TSAN_INTERCEPTOR() 2815 TSAN_INTERCEPT(pthread_barrier_init); in InitializeInterceptors()
|
| /freebsd-13.1/tests/sys/kern/ |
| H A D | ptrace_test.c | 2025 CHILD_REQUIRE_EQ(pthread_barrier_init(&barrier, NULL, 2), 0); in ATF_TC_BODY() 2128 CHILD_REQUIRE_EQ(pthread_barrier_init(&barrier, NULL, 2), 0); in ATF_TC_BODY() 3095 REQUIRE_EQ(pthread_barrier_init(&barrier, NULL, 2), 0); in ATF_TC_BODY() 3445 REQUIRE_EQ(pthread_barrier_init(&barrier, &battr, 2), 0); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2556 fun:pthread_barrier_init=uninstrumented
|