Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_mutex_unlock.c37 void *threadfuncC(void *arg) in threadfuncC() function
71 pthread_create(&tid3, NULL, threadfuncC, NULL); in pthread_mutex_un_lock_0200()
Dpthread_equal.c37 void *threadfuncC(void *arg) in threadfuncC() function
86 result = pthread_create(&g_pthd_2, NULL, threadfuncC, NULL); in pthread_equal_0200()
Dpthread_mutex_lock.c43 void *threadfuncC(void *arg) in threadfuncC() function
103 pthread_create(&tid3, NULL, threadfuncC, NULL); in pthread_mutex_lock_0300()
Dmtx_lock.c43 int threadfuncC(void *arg) in threadfuncC() function
137 thrd_create(&tid3, threadfuncC, NULL); in mtx_lock_0300()