1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

small cleanups

This commit is contained in:
Vladislav Vaintroub
2012-01-24 03:23:14 +01:00
parent b1422b8f1b
commit d50649ecf7
6 changed files with 12 additions and 27 deletions

View File

@ -10,6 +10,12 @@ extern uint threadpool_max_threads; /* Maximum threads in pool */
extern uint threadpool_oversubscribe; /* Maximum active threads in group */
/* Common thread pool routines, suitable for different implementations */
extern void threadpool_remove_connection(THD *thd);
extern int threadpool_process_request(THD *thd);
extern int threadpool_add_connection(THD *thd);
/*
Functions used by scheduler.
OS-specific implementations are in