Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds