summaryrefslogtreecommitdiff
path: root/tpool/task_group.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11026 Make InnoDB number of IO write/read threads dynamicVladislav Vaintroub2022-06-271-3/+19
* MDEV-24512 fixup: Remove after_task_callbackst-10.6-marko2Marko Mäkelä2021-09-141-1/+0
* tpool - implement post-task callback (for Innodb debugging)Vladislav Vaintroub2020-01-121-0/+1
* MDEV-16264 - Fix assertion `m_queue.empty() && !m_tasks_running' in tpool::ta...Vladislav Vaintroub2019-11-251-1/+16
* Fix compile error on centos6. it does not like std::this_thread::sleep()Vladislav Vaintroub2019-11-151-9/+3
* MDEV-16264: Add threadpool libraryVladislav Vaintroub2019-11-151-0/+90