Home
last modified time | relevance | path

Searched refs:process (Results 1 – 2 of 2) sorted by relevance

/examples/libc/
A Dex1.c18 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 Dex4.c92 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