Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/common/
H A Dmythread.h162 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) in mythread_create() function
393 mythread_create(mythread *thread, in mythread_create() function
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c520 if (mythread_create(&thr->thread_id, &worker_start, thr)) in initialize_new_thread()
H A Dstream_decoder_mt.c604 if (mythread_create(&thr->thread_id, worker_decoder, thr)) in initialize_new_thread()