aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-17CMake configurationMarat Dukhan
2017-06-01LICENSE: add Facebook copyrightMarat Dukhan
2017-04-09Add ndk-build configsMarat Dukhan
2017-03-30Compatibility with old Android platforms in futex syscallMarat Dukhan
2017-03-24Use futex on Native ClientMarat Dukhan
2017-03-24Use futex on LinuxMarat Dukhan
2017-03-24README: mention microbenchmarksMarat Dukhan
2017-03-24Shared command variable among all threadsMarat Dukhan
2017-03-06Remove redundant includeMarat Dukhan
2017-03-06Support EmscriptenMarat Dukhan
2017-03-06README: add license and Travis-CI badgesMarat Dukhan
2017-03-06License: update yearMarat Dukhan
2017-03-06Travis-CI: add configurationMarat Dukhan
2017-03-05Check that there are non-finished threads before work-stealingMarat Dukhan
2017-03-05Minor refactoringMarat Dukhan
2017-03-05Allow NULL threadpool in pthreadpool_destroyMarat Dukhan
2017-03-05Fix race conditionMarat Dukhan
2017-03-05Latency and throughput benchmarksMarat Dukhan
2017-02-10Config: swtich to confuMarat Dukhan
2016-09-13Android: make the code work with pre-Android 4.2 platformMarat Dukhan
2016-07-11Faster implementation for NULL thread poolMarat Dukhan
2016-07-03Use FXdiv for 2D loopsMarat Dukhan
2016-03-05README: enable code coloring for the exampleMarat Dukhan
2015-11-06Fix race condition in the work processingMarat Dukhan
2015-11-02Tiled 1D loopsMarat Dukhan
2015-10-16Implement 2D and tiled 2D compute functionsMarat Dukhan
2015-08-25Readme: add description of the libraryMarat Dukhan
2015-08-25Use __has_extension and __has_feature is a way compatible with old gccMarat Dukhan
2015-08-25Make PTHREADPOOL_STATIC_ASSERT compatible with old compilersMarat Dukhan
2015-08-25Basic automake supportMarat Dukhan
2015-08-25Added exampleMarat Dukhan
2015-08-25Return size_t in pthreadpool_get_threads_countMarat Dukhan
2015-08-23Use posix_memalign instead of memalign of OS X compatibilityMarat Dukhan
2015-08-23Fixed typo: use __uint128_t instead of uint128_tMarat Dukhan
2015-08-22Generate Ninja build file in the working directory to support out-of-tree buildsMarat Dukhan
2015-08-22Initial thread pool implementationMarat Dukhan
2015-08-20Update LICENSEMarat Dukhan
2015-08-20Initial commitMarat Dukhan