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-10-20 00:09:21 +03:00
Code
Activity
Files
f0dd02499a1f8d43f35e562dd2f064bfea9b6ac7
mariadb-columnstore-engine
/
utils
/
threadpool
History
David Mott
4b9d046c6e
Fully resolve potentially ambiguous symbols by removing using namespace statements from headers which have a cascading effect. This causes potential behavior changes when switching to c++11 since symbols can be exported from std and boost while both have been imported into the global namespace.
2019-04-29 01:21:15 -05: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
Fully resolve potentially ambiguous symbols by removing using namespace statements from headers which have a cascading effect. This causes potential behavior changes when switching to c++11 since symbols can be exported from std and boost while both have been imported into the global namespace.
2019-04-29 01:21:15 -05: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
remove std::auto_ptr
2019-04-26 04:46:46 -05: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