Home
last modified time | relevance | path

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

/examples/libc/
A Dex1.c31 pthread_t th_a, th_b; in libc_ex1() local
34 ret += (pret = pthread_create(&th_a, NULL, process, (void *)"a")); in libc_ex1()
38 ret += (pret = pthread_join(th_a, &retval)); in libc_ex1()
A Dex5.c99 pthread_t th_a, th_b; in libc_ex5() local
104 pthread_create(&th_a, NULL, producer, 0); in libc_ex5()
107 pthread_join(th_a, &retval); in libc_ex5()
A Dex2.c109 pthread_t th_a, th_b; in libc_ex2() local
114 pthread_create(&th_a, NULL, producer, 0); in libc_ex2()
117 pthread_join(th_a, &retval); in libc_ex2()

Completed in 3 milliseconds