1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-513 fix a couple bugs in threadpool join() Add a test program

This commit is contained in:
David Hall
2017-02-01 17:22:15 -06:00
parent c4742b8363
commit b6321935fb
5 changed files with 412 additions and 4 deletions

View File

@ -147,7 +147,11 @@ public:
*/
EXPORT void join(uint64_t thrHandle);
/** @brief for use in debugging
/** @brief Wait for a specific thread
*/
EXPORT void join(std::vector<uint64_t> thrHandle);
/** @brief for use in debugging
*/
EXPORT void dump();