Home
last modified time | relevance | path

Searched refs:threadfuncA (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_exit.c21 void *threadfuncA(void *arg) in threadfuncA() function
35 int32_t ret = pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_exit_0100()
Dpthread_getschedparam.c21 void *threadfuncA(void *arg) in threadfuncA() function
34 pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_getschedparam_0100()
Dpthread_getspecific.c23 void *threadfuncA(void *arg) in threadfuncA() function
42 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_getspecific_0100()
Dpthread_getattr_np.c21 void *threadfuncA(void *arg) in threadfuncA() function
34 pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_getattr_np_0100()
Dmtx_unlock.c23 int threadfuncA(void *arg) in threadfuncA() function
45 result = thrd_create(&tid1, threadfuncA, NULL); in mtx_unlock_0100()
Dpthread_setschedparam.c26 void *threadfuncA(void *arg) in threadfuncA() function
41 pthread_create(&tid, NULL, threadfuncA, NULL); in pthread_setschedparam_0100()
Dpthread_once.c29 void *threadfuncA(void *arg) in threadfuncA() function
51 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_once_0100()
Dpthread_cond_timedwait_sup.c26 void *threadfuncA(void *arg) in threadfuncA() function
57 pthread_create(&pid1, NULL, threadfuncA, NULL); in pthread_cond_timedwait_0100()
Dpthread_setspecific.c23 void *threadfuncA(void *arg) in threadfuncA() function
54 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_setspecific_0100()
Dpthread_mutex_unlock.c23 void *threadfuncA(void *arg) in threadfuncA() function
54 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_mutex_un_lock_0100()
Dpthread_key_create.c24 void *threadfuncA(void *arg) in threadfuncA() function
56 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_key_create_0100()
Dpthread_equal.c21 void *threadfuncA(void *arg) in threadfuncA() function
56 result = pthread_create(&pthread1, NULL, threadfuncA, NULL); in pthread_equal_0100()
Dmtx_trylock.c23 int threadfuncA(void *arg) in threadfuncA() function
58 result = thrd_create(&tid1, threadfuncA, NULL); in mtx_trylock_0100()
Dthrd_equal.c24 int threadfuncA(void *arg) in threadfuncA() function
52 result = thrd_create(&thr, threadfuncA, NULL); in thrd_equal_0100()
Dthrd_current.c24 int threadfuncA(void *arg) in threadfuncA() function
52 result = thrd_create(&thr, threadfuncA, NULL); in thrd_current_0100()
Dpthread_mutex_lock.c26 void *threadfuncA(void *arg) in threadfuncA() function
72 int32_t ret = pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_mutex_lock_0100()
Dpthread_create.c27 void *threadfuncA(void *arg) in threadfuncA() function
46 int32_t ret = pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_create_0100()
Dmtx_lock.c23 int threadfuncA(void *arg) in threadfuncA() function
87 thrd_create(&tid1, threadfuncA, NULL); in mtx_lock_0100()