Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
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 …]
/netbsd/src/external/public-domain/xz/dist/src/common/
Dmythread.h51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro
/netbsd/src/external/public-domain/xz/dist/
DChangeLog3463 liblzma: Fix mythread_sync for nested locking.
4959 - mythread_sync() macro to create synchronized blocks