Searched refs:mythread_sync (Results 1 – 2 of 2) sorted by relevance
187 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 …]
51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro