Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c207 mythread_sync(thr->coder->mutex) { in worker_error()
258 mythread_sync(thr->mutex) { in worker_encode()
321 mythread_sync(thr->mutex) { in worker_encode()
370 mythread_sync(thr->mutex) { in worker_start()
401 mythread_sync(thr->mutex) { in worker_start()
408 mythread_sync(thr->coder->mutex) { in worker_start()
449 mythread_sync(coder->threads[i].mutex) { in threads_stop()
460 mythread_sync(coder->threads[i].mutex) { in threads_stop()
477 mythread_sync(coder->threads[i].mutex) { in threads_end()
560 mythread_sync(coder->mutex) { in get_thread()
[all …]
H A Dstream_decoder_mt.c325 mythread_sync(thr->mutex) { in worker_enable_partial_update()
415 mythread_sync(thr->coder->mutex) { in worker_decoder()
434 mythread_sync(thr->mutex) { in worker_decoder()
458 mythread_sync(thr->coder->mutex) { in worker_decoder()
502 mythread_sync(coder->threads[i].mutex) { in threads_end()
538 mythread_sync(coder->threads[i].mutex) { in threads_stop()
608 mythread_sync(coder->mutex) { in get_thread()
654 mythread_sync(coder->mutex) { in read_output_and_wait()
1347 mythread_sync(coder->mutex) { in stream_decode_mt()
1410 mythread_sync(coder->mutex) { in stream_decode_mt()
[all …]
/freebsd/contrib/xz/src/common/
H A Dmythread.h50 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro
/freebsd/contrib/xz/
H A DChangeLog18068 mythread_sync() macro. Clang doesn't seem to see that