Searched refs:tid3 (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_mutex_unlock.c | 68 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()
|
D | pthread_mutex_lock.c | 101 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()
|
D | mtx_lock.c | 136 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()
|