Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/common/
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
/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Dstream_encoder_mt.c494 if (mythread_create(&thr->thread_id, &worker_start, thr)) in initialize_new_thread()
/netbsd/src/external/public-domain/xz/dist/
DChangeLog4965 - mythread_create() to create a thread with all