Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/xz/src/common/
H A Dmythread.h171 mythread_join(mythread thread) in mythread_join() function
398 mythread_join(mythread thread) in mythread_join() function
/freebsd-13.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c460 int ret = mythread_join(coder->threads[i].thread_id); in threads_end()