Home
last modified time | relevance | path

Searched refs:tid3 (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_mutex_unlock.c68 pthread_t tid2, tid3; in pthread_mutex_un_lock_0200() local
71 pthread_create(&tid3, NULL, threadfuncC, NULL); in pthread_mutex_un_lock_0200()
72 pthread_join(tid3, NULL); in pthread_mutex_un_lock_0200()
Dpthread_mutex_lock.c101 pthread_t tid3; in pthread_mutex_lock_0300() local
103 pthread_create(&tid3, NULL, threadfuncC, NULL); in pthread_mutex_lock_0300()
104 pthread_join(tid3, NULL); in pthread_mutex_lock_0300()
Dmtx_lock.c136 thrd_t tid3; in mtx_lock_0300() local
137 thrd_create(&tid3, threadfuncC, NULL); in mtx_lock_0300()
142 thrd_join(tid3, NULL); in mtx_lock_0300()