summaryrefslogtreecommitdiff
path: root/libavutil/thread.h
Commit message (Collapse)AuthorAge
* thread: Provide no-op variants for pthread_onceLuca Barbato2015-10-14
|
* thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-14
| | | | Found-by: Dave Yeo <dave.r.yeo@gmail.com>
* lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-27
Also add no-op fallbacks when threading is disabled. This helps keeping the code clean if Libav is compiled for targets without threading. Since we assume that no threads of any kind are used in such configurations, doing nothing is ok by definition. Based on a patch by wm4 <nfxjfg@googlemail.com>.