opj_thread_pool_setup(): fix infinite waiting if a thread creation failed
[openjpeg.git] / src / lib / openjp2 / thread.c
2018-10-18 Even Rouaultopj_thread_pool_setup(): fix infinite waiting if a...
2017-09-07 Even RouaultAvoid malloc poisoning issue when including <pthread...
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-09-20 Antonin DescampeMerge pull request #834 from trylab/issue833
2016-09-13 Matthieu DarboisFix some warnings (#838)
2016-09-13 Antonin DescampeMerge branch 'bit-fields-type' of https://github.com...
2016-09-13 Antonin DescampeMerge pull request #786 from rouault/tier1_optimization...
2016-09-08 Even RouaultMerge branch 'master' of https://github.com/uclouvain... 786/head
2016-09-08 Even Rouaultopj_thread_pool: fix potential deadlock at thread pool...
2016-08-11 Even Rouault[Win32] Use _beginthreadex instead of CreateThread()
2016-05-25 Even RouaultAdd threading and thread pool API