Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compat/os2threads: define INCL_DOSERRORS | Dave Yeo | 2020-02-15 | 1 | -0/+1 |
| | | | | | | | This is needed to pull in the define for ERROR_TIMEOUT Signed-off-by: Dave Yeo <[email protected]> Signed-off-by: Marton Balint <[email protected]> | ||||
* | avutil/thread: Add pthread_cond_timedwait function | Matt Oliver | 2020-01-21 | 1 | -0/+25 |
| | | | | | | v2: fix calculating milisecond times and use SleepConditionVariableSRW. Signed-off-by: Matt Oliver <[email protected]> | ||||
* | compat/os2threads: support static mutexes | KO Myung-Hun | 2018-01-07 | 1 | -6/+8 |
| | | | | | Reviewed-by: wm4 <[email protected]> Signed-off-by: James Almer <[email protected]> | ||||
* | compat/os2threads: split long lines | KO Myung-Hun | 2016-02-14 | 1 | -5/+12 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | compat/os2threads: support the return value of joined thread | KO Myung-Hun | 2016-02-14 | 1 | -21/+18 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | compat/os2threads: Improve pthread_cond_xxx() functions | KO Myung-Hun | 2016-02-14 | 1 | -11/+15 |
| | | | | | | | 1. Manipulate waiting count in pthread_cond_wait() 2. Use builtin atomic functions to manipulate waiting count Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 1 | -3/+3 |
| | |||||
* | os2threads: Add pthread_once() | KO Myung-Hun | 2015-11-12 | 1 | -0/+27 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | compat/os2threads: Check av_malloc() return code | Michael Niedermayer | 2015-06-02 | 1 | -0/+2 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | Fix compilation with os2threads | Dave Yeo | 2013-11-07 | 1 | -0/+2 |
| | | | | | Signed-off-by: Dave Yeo <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | os2threads: move from lavc to compat/ | Dave Yeo | 2013-05-28 | 1 | -0/+162 |
For useage in other places besides lavc. Needed after commit 90f9a5830b5d332de7ebb1ab45589f1870cbd65d Signed-off-by: Michael Niedermayer <[email protected]> |