summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/thread.c
AgeCommit message (Collapse)Author
2023-03-09CMake: error out on warnings for strict/missing prototypes.Sebastian Rasmussen
And fix strict-prototypes/missing-prototypes warnings.
2018-10-18opj_thread_pool_setup(): fix infinite waiting if a thread creation failedEven Rouault
2017-09-07Avoid malloc poisoning issue when including <pthread.h> of uclibc (#1013)Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-09-14Fix some warnings (#838)Matthieu Darbois
Fix warnings introduced by uclouvain/openjpeg#786
2016-09-08opj_thread_pool: fix potential deadlock at thread pool destructionEven Rouault
2016-08-11[Win32] Use _beginthreadex instead of CreateThread()Even Rouault
2016-05-25Add threading and thread pool APIEven Rouault