/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_exit.c | 21 void *threadfuncA(void *arg) in threadfuncA() function 35 int32_t ret = pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_exit_0100()
|
D | pthread_getschedparam.c | 21 void *threadfuncA(void *arg) in threadfuncA() function 34 pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_getschedparam_0100()
|
D | pthread_getspecific.c | 23 void *threadfuncA(void *arg) in threadfuncA() function 42 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_getspecific_0100()
|
D | pthread_getattr_np.c | 21 void *threadfuncA(void *arg) in threadfuncA() function 34 pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_getattr_np_0100()
|
D | mtx_unlock.c | 23 int threadfuncA(void *arg) in threadfuncA() function 45 result = thrd_create(&tid1, threadfuncA, NULL); in mtx_unlock_0100()
|
D | pthread_setschedparam.c | 26 void *threadfuncA(void *arg) in threadfuncA() function 41 pthread_create(&tid, NULL, threadfuncA, NULL); in pthread_setschedparam_0100()
|
D | pthread_once.c | 29 void *threadfuncA(void *arg) in threadfuncA() function 51 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_once_0100()
|
D | pthread_cond_timedwait_sup.c | 26 void *threadfuncA(void *arg) in threadfuncA() function 57 pthread_create(&pid1, NULL, threadfuncA, NULL); in pthread_cond_timedwait_0100()
|
D | pthread_setspecific.c | 23 void *threadfuncA(void *arg) in threadfuncA() function 54 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_setspecific_0100()
|
D | pthread_mutex_unlock.c | 23 void *threadfuncA(void *arg) in threadfuncA() function 54 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_mutex_un_lock_0100()
|
D | pthread_key_create.c | 24 void *threadfuncA(void *arg) in threadfuncA() function 56 pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_key_create_0100()
|
D | pthread_equal.c | 21 void *threadfuncA(void *arg) in threadfuncA() function 56 result = pthread_create(&pthread1, NULL, threadfuncA, NULL); in pthread_equal_0100()
|
D | mtx_trylock.c | 23 int threadfuncA(void *arg) in threadfuncA() function 58 result = thrd_create(&tid1, threadfuncA, NULL); in mtx_trylock_0100()
|
D | thrd_equal.c | 24 int threadfuncA(void *arg) in threadfuncA() function 52 result = thrd_create(&thr, threadfuncA, NULL); in thrd_equal_0100()
|
D | thrd_current.c | 24 int threadfuncA(void *arg) in threadfuncA() function 52 result = thrd_create(&thr, threadfuncA, NULL); in thrd_current_0100()
|
D | pthread_mutex_lock.c | 26 void *threadfuncA(void *arg) in threadfuncA() function 72 int32_t ret = pthread_create(&tid1, NULL, threadfuncA, NULL); in pthread_mutex_lock_0100()
|
D | pthread_create.c | 27 void *threadfuncA(void *arg) in threadfuncA() function 46 int32_t ret = pthread_create(&ph, NULL, threadfuncA, NULL); in pthread_create_0100()
|
D | mtx_lock.c | 23 int threadfuncA(void *arg) in threadfuncA() function 87 thrd_create(&tid1, threadfuncA, NULL); in mtx_lock_0100()
|