Searched refs:th_b (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 36 ret += (pret = pthread_create(&th_b, NULL, process, (void *)"b")); in libc_ex1() 40 ret += (pret = pthread_join(th_b, &retval)); in libc_ex1()
|
| A D | ex5.c | 99 pthread_t th_a, th_b; in libc_ex5() local 105 pthread_create(&th_b, NULL, consumer, 0); in libc_ex5() 108 pthread_join(th_b, &retval); in libc_ex5()
|
| A D | ex2.c | 109 pthread_t th_a, th_b; in libc_ex2() local 115 pthread_create(&th_b, NULL, consumer, 0); in libc_ex2() 118 pthread_join(th_b, &retval); in libc_ex2()
|
Completed in 3 milliseconds