Searched refs:process (Results 1 – 2 of 2) sorted by relevance
| /examples/libc/ |
| A D | ex1.c | 18 static void *process(void * arg) in process() function 34 ret += (pret = pthread_create(&th_a, NULL, process, (void *)"a")); in libc_ex1() 36 ret += (pret = pthread_create(&th_b, NULL, process, (void *)"b")); in libc_ex1()
|
| A D | ex4.c | 92 static void *process(void * arg) in process() function 108 pthread_create(&th1, NULL, process, (void *) "first"); in libc_ex4() 109 pthread_create(&th2, NULL, process, (void *) "second"); in libc_ex4()
|
Completed in 3 milliseconds