This website requires JavaScript.
Explore
Help
Sign In
database
/
mariadb-columnstore-engine
Watch
1
Star
0
Fork
0
You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced
2025-07-01 06:21:41 +03:00
Code
Activity
Files
020b211bb73ebfef41fbcc44bb8156b45aca42d5
mariadb-columnstore-engine
/
utils
/
threadpool
History
Andrew Hutchings
020b211bb7
Merge branch 'develop-1.2' into develop-merge-up-20190514
2019-05-14 13:58:33 +01:00
..
CMakeLists.txt
MCOL-160 MCOL-262 CMake Build Fixes for out-of-tree builds and engine RPMS
2016-09-22 10:14:18 -04:00
prioritythreadpool.cpp
Merge branch 'develop-1.2' into develop-merge-up-20190514
2019-05-14 13:58:33 +01:00
prioritythreadpool.h
Merge branch 'develop-1.1' into 1.1-merge-up-20180621
2018-06-22 14:51:20 +01:00
tdriver.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
threadpool.cpp
MCOL-1810 Fix hang on low core count
2018-10-16 17:55:41 +01:00
threadpool.h
MCOL-537 Preprocessor if blocks with pragmas now have else branch.
2019-05-09 20:25:21 +03:00
threadpool.vpj
MCOL-513 use a single funcor per thread. ThreadPool was doing one at a time anyway, but in a convpluted way that made it easier to add more if wanted. But it was expensive. Cleanup and polish.
2017-02-17 09:46:42 -06:00
tp.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
tp.vpj
MCOL-513 Optimize by replacing make_pair with a struct
2017-02-02 11:45:04 -06:00
tp.vpw
MCOL-513 fix a couple bugs in threadpool join() Add a test program
2017-02-02 11:32:56 -06:00
weightedthreadpool.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
weightedthreadpool.h
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
wtp.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00