Searched refs:dl_test (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_test.c | 23 static void* dl_test() in dl_test() function 43 pthread_create(&thd1, NULL, dl_test, NULL); in main() 44 pthread_create(&thd2, NULL, dl_test, NULL); in main() 45 pthread_create(&thd3, NULL, dl_test, NULL); in main() 46 pthread_create(&thd4, NULL, dl_test, NULL); in main() 47 pthread_create(&thd5, NULL, dl_test, NULL); in main()
|
Completed in 1 milliseconds