Searched refs:th2 (Results 1 – 1 of 1) sorted by relevance
105 pthread_t th1, th2; in libc_ex4() local109 pthread_create(&th2, NULL, process, (void *) "second"); in libc_ex4()113 pthread_join(th2, NULL); in libc_ex4()
Completed in 2 milliseconds