/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_barrier_init.c | 32 int ret = pthread_barrier_init(&mybarrier, NULL, threadnum); in pthread_barrier_init_0100() 50 int ret = pthread_barrier_init(&mybarrier, NULL, threadnum); in pthread_barrier_init_0200()
|
D | pthread_barrier_wait.c | 45 int ret = pthread_barrier_init(&mybarrier, NULL, THREADNUM + 1); in pthread_barrier_wait_0100() 78 int ret = pthread_barrier_init(&mybarrier, NULL, threadnum); in pthread_barrier_wait_0200()
|
D | pthread_barrier_destroy.c | 32 int ret = pthread_barrier_init(&mybarrier, NULL, threadnum); in pthread_barrier_destroy_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/ |
D | 1-1.c | 37 rc = pthread_barrier_init(&barrier, NULL, COUNT); in main() 59 rc = pthread_barrier_init(&barrier, &ba, COUNT); in main()
|
D | 4-1.c | 82 if (pthread_barrier_init(&barrier, NULL, 2) != 0) { in main() 114 rc = pthread_barrier_init(&barrier, NULL, 2); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_barrier_init() function:
|
D | 3-1.c | 33 rc = pthread_barrier_init(&barrier, NULL, COUNT); in main()
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-disable.c | 46 pthread_barrier_init(&routine_disabled, NULL, BARRIER_HEIGHT); in test_malloc_while_disabled() 47 pthread_barrier_init(&routine_allocated, NULL, BARRIER_HEIGHT); in test_malloc_while_disabled()
|
D | test-mallinfo.c | 78 if (pthread_barrier_init(&alloc_barrier, NULL, SIZES_COUNT + 1)) { in test_different_threads() 81 if (pthread_barrier_init(&free_barrier, NULL, SIZES_COUNT + 1)) { in test_different_threads()
|
D | test-iterate.c | 160 pthread_barrier_init(&routine_allocated, NULL, BARRIER_HEIGHT); in test_iterate_another_thread() 161 pthread_barrier_init(&routine_iterated, NULL, BARRIER_HEIGHT); in test_iterate_another_thread()
|
D | test-malloc-info-stats-print.h | 104 if (pthread_barrier_init(&alloc_barrier, NULL, SIZES_COUNT + 1)) { in get_different_threads_test_results() 107 if (pthread_barrier_init(&free_barrier, NULL, SIZES_COUNT + 1)) { in get_different_threads_test_results()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | accept4.c | 263 int ret = pthread_barrier_init(&g_barrier, 0, 2); in accept4_0100() 286 int ret = pthread_barrier_init(&g_barrier, 0, 2); in accept4_0200() 309 int ret = pthread_barrier_init(&g_barrier, 0, 2); in accept4_0300() 346 int ret = pthread_barrier_init(&g_barrier, 0, 2); in accept4_0500() 369 int ret = pthread_barrier_init(&g_barrier, 0, 2); in accept4_0600()
|
D | send.c | 154 int ret = pthread_barrier_init(&g_barrier, 0, 2); in send_0100() 177 int ret = pthread_barrier_init(&g_barrier, 0, 2); in send_0200()
|
/third_party/ltp/testcases/realtime/func/pi_perf/ |
D | pi_perf.c | 247 if ((ret = pthread_barrier_init(&bar1, NULL, (num_busy + 2)))) { in main() 251 if ((ret = pthread_barrier_init(&bar2, NULL, (num_busy + 2)))) { in main()
|
/third_party/musl/src/thread/ |
D | pthread_barrier_init.c | 3 int pthread_barrier_init(pthread_barrier_t *restrict b, const pthread_barrierattr_t *restrict a, un… in pthread_barrier_init() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/ |
D | 1-1.c | 35 if (pthread_barrier_init(&barrier, NULL, 2) != 0) { in main()
|
D | 2-1.c | 86 if (pthread_barrier_init(&barrier, NULL, 2) != 0) { in main()
|
/third_party/musl/libc-test/src/regression/ |
D | tls_get_new-dtv.c | 28 pthread_barrier_init(&b, 0, N+1); in main()
|
D | pthread-robust-detach.c | 31 T(r, pthread_barrier_init(&barrier2, 0, 2)); in f()
|
/third_party/ltp/lib/newlib_tests/ |
D | test08.c | 18 pthread_barrier_init(&barrier, NULL, THREADS); in setup()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/ |
D | 2-1.c | 43 if (pthread_barrier_init(&barriers[cnt], &ba, 1) != 0) { in main()
|
/third_party/mesa3d/src/intel/vulkan/tests/ |
D | state_pool_test_helper.h | 61 pthread_barrier_init(&barrier, NULL, NUM_THREADS); in run_state_pool_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/ |
D | 2-1.c | 75 if (pthread_barrier_init(&barrier, NULL, THREAD_NUM) != 0) { in main()
|
D | 1-1.c | 77 if (pthread_barrier_init(&barrier, NULL, 2) != 0) { in main()
|
/third_party/musl/src/mq/ |
D | mq_notify.c | 51 pthread_barrier_init(&args.barrier, 0, 2); in mq_notify()
|