Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/common/
Dmythread.h171 mythread_join(mythread thread) in mythread_join() function
398 mythread_join(mythread thread) in mythread_join() function
/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Dstream_encoder_mt.c460 int ret = mythread_join(coder->threads[i].thread_id); in threads_end()