mariadb/tpool
Vladislav Vaintroub a3fd9e6b06 MDEV-29367 Refactor tpool::cache
Removed use std::vector's ba push_back(), pop_back() to  make it more
obvious that memory in the vectors won't be reallocated.

Also, "borrowed" elements can be debugged a little better now,
they are put into the start of the m_cache vector.
2022-08-24 13:36:49 +02:00
..
aio_linux.cc MDEV-27900: aio handle partial reads/writes 2022-03-12 09:47:53 +11:00
aio_simulated.cc MDEV-27900: aio handle partial reads/writes 2022-03-12 09:47:53 +11:00
aio_win.cc MDEV-16264: Add threadpool library 2019-11-15 16:50:22 +01:00
CMakeLists.txt MDEV-16264 - some improvements 2019-12-09 21:12:13 +01:00
task.cc MDEV-21674 purge_sys.stop() fails to wait for purge workers to complete 2020-02-07 08:12:58 +02:00
task_group.cc tpool - implement post-task callback (for Innodb debugging) 2020-01-12 19:08:02 +01:00
tpool.h MDEV-27900: aio handle partial reads/writes 2022-03-12 09:47:53 +11:00
tpool_generic.cc MDEV-28920 Rescheduling of innodb_stats_func() missing 2022-06-23 05:53:55 +02:00
tpool_structs.h MDEV-29367 Refactor tpool::cache 2022-08-24 13:36:49 +02:00
tpool_win.cc tpool - implement post-task callback (for Innodb debugging) 2020-01-12 19:08:02 +01:00
wait_notification.cc tpool - misc fixes 2020-01-12 21:34:59 +01:00