Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_mutex_lock.c54 void *threadfuncD(void *arg) in threadfuncD() function
119 pthread_create(&tid4, NULL, threadfuncD, NULL); in pthread_mutex_lock_0400()
Dmtx_lock.c53 int threadfuncD(void *arg) in threadfuncD() function
162 thrd_create(&tid4, threadfuncD, NULL); in mtx_lock_0400()