Home
last modified time | relevance | path

Searched refs:tid4 (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_mutex_lock.c118 pthread_t tid4; in pthread_mutex_lock_0400() local
119 pthread_create(&tid4, NULL, threadfuncD, NULL); in pthread_mutex_lock_0400()
120 pthread_join(tid4, NULL); in pthread_mutex_lock_0400()
Dmtx_lock.c161 thrd_t tid4; in mtx_lock_0400() local
162 thrd_create(&tid4, threadfuncD, NULL); in mtx_lock_0400()
167 thrd_join(tid4, NULL); in mtx_lock_0400()