Searched refs:threadfuncB (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | thrd_current.c | 36 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()
|
D | thrd_equal.c | 36 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()
|
D | pthread_once.c | 36 void *threadfuncB(void *arg) in threadfuncB() function 52 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_once_0100()
|
D | pthread_cond_timedwait_sup.c | 41 void *threadfuncB(void *arg) in threadfuncB() function 58 pthread_create(&pid2, NULL, threadfuncB, NULL); in pthread_cond_timedwait_0100()
|
D | pthread_setspecific.c | 33 void *threadfuncB(void *arg) in threadfuncB() function 68 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_setspecific_0200()
|
D | pthread_mutex_unlock.c | 31 void *threadfuncB(void *arg) in threadfuncB() function 69 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_mutex_un_lock_0200()
|
D | pthread_key_create.c | 35 void *threadfuncB(void *arg) in threadfuncB() function 72 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_key_create_0200()
|
D | pthread_equal.c | 27 void *threadfuncB(void *arg) in threadfuncB() function 61 result = pthread_create(&pthread2, NULL, threadfuncB, NULL); in pthread_equal_0100()
|
D | mtx_trylock.c | 34 int threadfuncB(void *arg) in threadfuncB() function 83 result = thrd_create(&tid2, threadfuncB, NULL); in mtx_trylock_0200()
|
D | pthread_mutex_lock.c | 34 void *threadfuncB(void *arg) in threadfuncB() function 87 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_mutex_lock_0200()
|
D | mtx_lock.c | 33 int threadfuncB(void *arg) in threadfuncB() function 112 thrd_create(&tid2, threadfuncB, NULL); in mtx_lock_0200()
|