Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/xz/src/common/
H A Dmythread.h156 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) in mythread_create() function
386 mythread_create(mythread *thread, in mythread_create() function
/freebsd-13.1/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c494 if (mythread_create(&thr->thread_id, &worker_start, thr)) in initialize_new_thread()
/freebsd-13.1/contrib/xz/
H A DChangeLog6297 - mythread_create() to create a thread with all