Home
last modified time | relevance | path

Searched refs:th2 (Results 1 – 1 of 1) sorted by relevance

/examples/libc/
A Dex4.c105 pthread_t th1, th2; in libc_ex4() local
109 pthread_create(&th2, NULL, process, (void *) "second"); in libc_ex4()
113 pthread_join(th2, NULL); in libc_ex4()

Completed in 2 milliseconds