Searched refs:mythread_sync (Results 1 – 4 of 4) sorted by relevance
208 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 …]
343 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 …]
51 #define mythread_sync(mutex) mythread_sync_helper1(mutex, __LINE__) macro
3067 mythread_sync() macro. Clang doesn't seem to see that7295 The actual initialization is done via mythread_sync and seems