mariadb/tpool
Vladislav Vaintroub 66de4fef76 MDEV-16264 - some improvements
- wait notification, tpool_wait_begin/tpool_wait_end - to notify the
threadpool that current thread is going to wait

Use it to wait for IOs to complete and also when purge waits for workers.
2019-12-09 21:12:13 +01:00
..
aio_linux.cc MDEV-16264: Minor cleanup 2019-12-03 11:05:18 +02:00
aio_simulated.cc MDEV-16264: Minor cleanup 2019-12-03 11:05:18 +02: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-16264: Add threadpool library 2019-11-15 16:50:22 +01:00
task_group.cc MDEV-16264 - Fix assertion `m_queue.empty() && !m_tasks_running' in tpool::task_group destructor 2019-11-25 17:10:01 +01:00
tpool.h MDEV-16264 - some improvements 2019-12-09 21:12:13 +01:00
tpool_generic.cc MDEV-16264 - some improvements 2019-12-09 21:12:13 +01:00
tpool_structs.h MDEV-16264 - some improvements 2019-12-09 21:12:13 +01:00
tpool_win.cc MDEV-16264: Fix some white space 2019-11-15 19:55:13 +02:00
wait_notification.cc MDEV-16264 - some improvements 2019-12-09 21:12:13 +01:00