mariadb/tpool
Vladislav Vaintroub c233d406cb Fix compile error on centos6. it does not like std::this_thread::sleep()
Simplify task_group destructor.
No tasks must be running or queued into task group is being destroyed.
2019-11-15 23:51:49 +01:00
..
aio_linux.cc MDEV-16264: Add threadpool library 2019-11-15 16:50:22 +01:00
aio_simulated.cc MDEV-16264: Fix some white space 2019-11-15 19:55:13 +02:00
aio_win.cc MDEV-16264: Add threadpool library 2019-11-15 16:50:22 +01:00
CMakeLists.txt MDEV-16264: Add threadpool library 2019-11-15 16:50:22 +01:00
task.cc MDEV-16264: Add threadpool library 2019-11-15 16:50:22 +01:00
task_group.cc Fix compile error on centos6. it does not like std::this_thread::sleep() 2019-11-15 23:51:49 +01:00
tpool.h MDEV-16264: Fix some white space 2019-11-15 19:55:13 +02:00
tpool_generic.cc MDEV-16264: Fix some white space 2019-11-15 19:55:13 +02:00
tpool_structs.h MDEV-16264: Fix some white space 2019-11-15 19:55:13 +02:00
tpool_win.cc MDEV-16264: Fix some white space 2019-11-15 19:55:13 +02:00