Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_current.c36 int threadfuncB(void *arg) in threadfuncB() function
83 result = thrd_create(&thr1, threadfuncB, NULL); in thrd_current_0200()
88 result = thrd_create(&thr2, threadfuncB, NULL); in thrd_current_0200()
Dthrd_equal.c36 int threadfuncB(void *arg) in threadfuncB() function
83 result = thrd_create(&thr1, threadfuncB, NULL); in thrd_equal_0200()
88 result = thrd_create(&thr2, threadfuncB, NULL); in thrd_equal_0200()
Dpthread_once.c36 void *threadfuncB(void *arg) in threadfuncB() function
52 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_once_0100()
Dpthread_cond_timedwait_sup.c41 void *threadfuncB(void *arg) in threadfuncB() function
58 pthread_create(&pid2, NULL, threadfuncB, NULL); in pthread_cond_timedwait_0100()
Dpthread_setspecific.c33 void *threadfuncB(void *arg) in threadfuncB() function
68 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_setspecific_0200()
Dpthread_mutex_unlock.c31 void *threadfuncB(void *arg) in threadfuncB() function
69 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_mutex_un_lock_0200()
Dpthread_key_create.c35 void *threadfuncB(void *arg) in threadfuncB() function
72 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_key_create_0200()
Dpthread_equal.c27 void *threadfuncB(void *arg) in threadfuncB() function
61 result = pthread_create(&pthread2, NULL, threadfuncB, NULL); in pthread_equal_0100()
Dmtx_trylock.c34 int threadfuncB(void *arg) in threadfuncB() function
83 result = thrd_create(&tid2, threadfuncB, NULL); in mtx_trylock_0200()
Dpthread_mutex_lock.c34 void *threadfuncB(void *arg) in threadfuncB() function
87 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_mutex_lock_0200()
Dmtx_lock.c33 int threadfuncB(void *arg) in threadfuncB() function
112 thrd_create(&tid2, threadfuncB, NULL); in mtx_lock_0200()