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