Home
last modified time | relevance | path

Searched refs:start_wait (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dpthread_cond.c18 static void *start_wait(void *arg) in start_wait() function
57 TEST(r, pthread_create(&td1, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
58 TEST(r, pthread_create(&td2, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
59 TEST(r, pthread_create(&td3, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
83 TEST(r, pthread_create(&td1, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
84 TEST(r, pthread_create(&td2, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
85 TEST(r, pthread_create(&td3, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
Dpthread_robust.c17 static void *start_wait(void *arg) in start_wait() function
64 TEST(r, pthread_create(&td, 0, start_wait, (void *[]){ &barrier2, &mtx }), ""); in f()