Home
last modified time | relevance | path

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

/freebsd-13.1/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()
523 mythread_sync(coder->mutex) { in get_thread()
541 mythread_sync(coder->thr->mutex) { in get_thread()
603 mythread_sync(coder->mutex) { in stream_encode_in()
639 mythread_sync(coder->mutex) { in wait_for_work()
698 mythread_sync(coder->mutex) { in stream_encode_mt()
[all …]
/freebsd-13.1/contrib/xz/src/common/
H A Dmythread.h51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro
/freebsd-13.1/contrib/xz/
H A DChangeLog4795 liblzma: Fix mythread_sync for nested locking.
6291 - mythread_sync() macro to create synchronized blocks