aboutsummaryrefslogtreecommitdiffstats
path: root/include/pthreadpool.h
Commit message (Expand)AuthorAgeFilesLines
* Implement 6D parallelization with 1D and no tilingMarat Dukhan2020-12-051-0/+108
* 3D/4D/5D parallelization functions with 1D or no tilingMarat Dukhan2020-05-261-0/+270
* Microarchitecture-aware parallelization functionsMarat Dukhan2020-03-261-0/+239
* Rename "argument" argument to match documentation commentsMarat Dukhan2020-03-261-9/+9
* Document all public API functionsMarat Dukhan2020-03-231-27/+310
* PTHREADPOOL_FLAG_YIELD_WORKERS flag to bypass spin-waitMarat Dukhan2020-03-051-0/+9
* Document PTHREADPOOL_FLAG_DISABLE_DENORMALSMarat Dukhan2020-03-051-0/+13
* Move deprecated attribute to the end of declarationsMichal W. Tarnowski2019-10-291-19/+19
* Add macro to guard declaration of deprecated APIsMarat Dukhan2019-10-011-0/+5
* New pthreadpool_parallelize_* APIMarat Dukhan2019-09-301-27/+139
* Support 3D and 4D tiled computationMarat Dukhan2018-10-081-1/+26
* Tiled 1D loopsMarat Dukhan2015-11-021-0/+8
* Implement 2D and tiled 2D compute functionsMarat Dukhan2015-10-161-1/+18
* Return size_t in pthreadpool_get_threads_countMarat Dukhan2015-08-251-1/+1
* Initial thread pool implementationMarat Dukhan2015-08-221-0/+73