Searched refs:th_a (Results 1 – 3 of 3) sorted by relevance
| /examples/libc/ |
| A D | ex1.c | 31 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 D | ex5.c | 99 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 D | ex2.c | 109 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