Searched refs:threadfuncD (Results 1 – 2 of 2) sorted by relevance
54 void *threadfuncD(void *arg) in threadfuncD() function119 pthread_create(&tid4, NULL, threadfuncD, NULL); in pthread_mutex_lock_0400()
53 int threadfuncD(void *arg) in threadfuncD() function162 thrd_create(&tid4, threadfuncD, NULL); in mtx_lock_0400()