Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dmtx_lock.c187 thrd_t tid5; in mtx_lock_0500() local
188 thrd_create(&tid5, threadfuncE, NULL); in mtx_lock_0500()
193 thrd_join(tid5, NULL); in mtx_lock_0500()