Searched refs:thd5 (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functional/ | ||
H A D | dl_multithread_test.c | 41 pthread_t thd5; in main() local 47 pthread_create(&thd5, NULL, dl_test, NULL); in main() 54 pthread_join(thd5, &res); in main() |
Completed in 1 milliseconds