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

/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c187 mythread_sync(thr->coder->mutex) {
241 mythread_sync(thr->mutex) {
304 mythread_sync(thr->mutex) {
353 mythread_sync(thr->mutex) {
382 mythread_sync(thr->mutex) {
389 mythread_sync(thr->coder->mutex) {
425 mythread_sync(coder->threads[i].mutex) {
436 mythread_sync(coder->threads[i].mutex) {
453 mythread_sync(coder->threads[i].mutex) {
523 mythread_sync(code
[all...]
/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h36 // mythread_sync blocks may be nested.
40 // mythread_sync(mutex) {
51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro

Completed in 113 milliseconds