HomeSort by: relevance | last modified time | path
    Searched refs:mythread_create (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/common/
mythread.h 183 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) function
414 mythread_create(mythread *thread, function
  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_decoder_mt.c 585 if (mythread_create(&thr->thread_id, worker_decoder, thr))
stream_encoder_mt.c 519 if (mythread_create(&thr->thread_id, &worker_start, thr))

Completed in 18 milliseconds