summaryrefslogtreecommitdiff
path: root/libavutil/thread.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/thread: add an internal function for setting thread nameAnton Khirnov2022-10-241-1/+15
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-241-0/+4
* avutil/thread: fix strict_pthread_cond_timedwaitMarton Balint2020-01-251-9/+15
* avutil/thread: Add pthread_cond_timedwait functionMatt Oliver2020-01-211-0/+7
* lavc: replace and deprecate the lock managerwm42017-12-261-0/+2
* Merge commit '193b09189004ede4a6998e69192d1a9f63602088'James Almer2017-10-261-4/+4
|\
| * thread: Define ff_mutex_* macros as stub functions when threads are disabledDiego Biurrun2017-04-121-4/+4
* | libavutil/thread.h: Fixed g++ build error when ASSERT_LEVEL is greater than 1Aaron Levinson2017-04-221-1/+4
* | lavu/buffer: drop USE_ATOMICSClément Bœsch2017-03-221-4/+0
* | lavu: add pthread asserts if ASSERT_LEVEL>1Clément Bœsch2016-01-201-0/+96
* | Merge commit 'c53e796f8b69799b7ad6d28fbab981d37edf1bc9'Hendrik Leppkes2015-10-141-0/+17
|\ \ | |/
| * thread: Provide no-op variants for pthread_onceLuca Barbato2015-10-141-0/+17
| * thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-141-1/+1
* | avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer2014-11-291-0/+4
* | libavutil/threads.h: correct an include to be localDave Yeo2014-11-291-1/+1
* | libavutil/thread.h: Support OS/2 threadsDave Yeo2014-11-291-1/+3
* | Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1'Michael Niedermayer2014-11-271-4/+4
|/
* lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-271-0/+53