Home
last modified time | relevance | path

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

/examples/libc/
A Dex1.c31 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 Dex5.c99 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 Dex2.c109 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