Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_cond_wait.c34 void *threadfunc2(void *arg) in threadfunc2() function
53 pthread_create(&pid2, NULL, threadfunc2, NULL); in pthread_cond_wait_0100()