Searched refs:threadfuncC (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_mutex_unlock.c | 37 void *threadfuncC(void *arg) in threadfuncC() function 71 pthread_create(&tid3, NULL, threadfuncC, NULL); in pthread_mutex_un_lock_0200()
|
D | pthread_equal.c | 37 void *threadfuncC(void *arg) in threadfuncC() function 86 result = pthread_create(&g_pthd_2, NULL, threadfuncC, NULL); in pthread_equal_0200()
|
D | pthread_mutex_lock.c | 43 void *threadfuncC(void *arg) in threadfuncC() function 103 pthread_create(&tid3, NULL, threadfuncC, NULL); in pthread_mutex_lock_0300()
|
D | mtx_lock.c | 43 int threadfuncC(void *arg) in threadfuncC() function 137 thrd_create(&tid3, threadfuncC, NULL); in mtx_lock_0300()
|