mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Previous solution, that would entirely switch timer off, turned out to be deadlock prone. This patch fixed previous attempt to switch between long/short interval periods in MDEV-24295. Now, initial state of the timer is fixed (it is ON). Also, avoid switching timer to longer periods if there is any activity in the pool. |
||
|---|---|---|
| .. | ||
| aio_linux.cc | ||
| aio_simulated.cc | ||
| aio_win.cc | ||
| CMakeLists.txt | ||
| task.cc | ||
| task_group.cc | ||
| tpool.h | ||
| tpool_generic.cc | ||
| tpool_structs.h | ||
| tpool_win.cc | ||
| wait_notification.cc | ||