summaryrefslogtreecommitdiff
path: root/compat/os2threads.h
Commit message (Collapse)AuthorAge
* compat/os2threads: support static mutexesKO Myung-Hun2018-01-07
| | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* compat/os2threads: split long linesKO Myung-Hun2016-02-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* compat/os2threads: support the return value of joined threadKO Myung-Hun2016-02-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* compat/os2threads: Improve pthread_cond_xxx() functionsKO Myung-Hun2016-02-14
| | | | | | | 1. Manipulate waiting count in pthread_cond_wait() 2. Use builtin atomic functions to manipulate waiting count Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* all: Make header guard names consistentTimothy Gu2016-01-31
|
* os2threads: Add pthread_once()KO Myung-Hun2015-11-12
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* compat/os2threads: Check av_malloc() return codeMichael Niedermayer2015-06-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix compilation with os2threadsDave Yeo2013-11-07
| | | | | Signed-off-by: Dave Yeo <daveryeo@telus.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* os2threads: move from lavc to compat/Dave Yeo2013-05-28
For useage in other places besides lavc. Needed after commit 90f9a5830b5d332de7ebb1ab45589f1870cbd65d Signed-off-by: Michael Niedermayer <michaelni@gmx.at>