Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c208 mythread_sync(thr->coder->mutex) { in worker_error()
259 mythread_sync(thr->mutex) { in worker_encode()
322 mythread_sync(thr->mutex) { in worker_encode()
371 mythread_sync(thr->mutex) { in worker_start()
402 mythread_sync(thr->mutex) { in worker_start()
561 mythread_sync(coder->mutex) { in get_thread()
579 mythread_sync(coder->thr->mutex) { in get_thread()
650 mythread_sync(coder->mutex) { in stream_encode_in()
690 mythread_sync(coder->mutex) { in wait_for_work()
749 mythread_sync(coder->mutex) { in stream_encode_mt()
[all …]
H A Dstream_decoder_mt.c343 mythread_sync(thr->mutex) { in worker_enable_partial_update()
405 mythread_sync(thr->coder->mutex) { in worker_decoder()
490 mythread_sync(thr->mutex) { in worker_decoder()
495 mythread_sync(thr->coder->mutex) { in worker_decoder()
627 mythread_sync(coder->mutex) { in get_thread()
672 mythread_sync(coder->mutex) { in read_output_and_wait()
1367 mythread_sync(coder->mutex) { in stream_decode_mt()
1430 mythread_sync(coder->mutex) { in stream_decode_mt()
1506 mythread_sync(coder->mutex) { in stream_decode_mt()
1843 mythread_sync(coder->mutex) { in stream_decoder_mt_memconfig()
[all …]
/freebsd-14.2/contrib/xz/src/common/
H A Dmythread.h51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro
/freebsd-14.2/contrib/xz/
H A DChangeLog3067 mythread_sync() macro. Clang doesn't seem to see that
7295 The actual initialization is done via mythread_sync and seems