Searched refs:th1 (Results 1 – 1 of 1) sorted by relevance
105 pthread_t th1, th2; in libc_ex4() local108 pthread_create(&th1, NULL, process, (void *) "first"); in libc_ex4()112 pthread_join(th1, NULL); in libc_ex4()
Completed in 3 milliseconds