Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c187 mythread_sync(thr->coder->mutex) { in worker_error()
241 mythread_sync(thr->mutex) { in worker_encode()
304 mythread_sync(thr->mutex) { in worker_encode()
353 mythread_sync(thr->mutex) { in worker_start()
382 mythread_sync(thr->mutex) { in worker_start()
389 mythread_sync(thr->coder->mutex) { in worker_start()
425 mythread_sync(coder->threads[i].mutex) { in threads_stop()
436 mythread_sync(coder->threads[i].mutex) { in threads_stop()
453 mythread_sync(coder->threads[i].mutex) { in threads_end()
523 mythread_sync(coder->mutex) { in get_thread()
[all …]
/dflybsd-src/contrib/xz/src/common/
H A Dmythread.h51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro