Home
last modified time | relevance | path

Searched refs:tp_log_warning (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_win.cc167 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
268 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
291 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
299 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
509 tp_log_warning( "Can't set threadpool minimum threads", in tp_init()
525 tp_log_warning("Can't set threadpool stack size", in tp_init()
685 tp_log_warning("Allocation failed", "tp_add_connection"); in tp_add_connection()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_win.cc167 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
268 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
291 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
299 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
509 tp_log_warning( "Can't set threadpool minimum threads", in tp_init()
525 tp_log_warning("Can't set threadpool stack size", in tp_init()
685 tp_log_warning("Allocation failed", "tp_add_connection"); in tp_add_connection()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_win.cc167 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
268 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
291 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
299 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
509 tp_log_warning( "Can't set threadpool minimum threads", in tp_init()
525 tp_log_warning("Can't set threadpool stack size", in tp_init()
685 tp_log_warning("Allocation failed", "tp_add_connection"); in tp_add_connection()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dthreadpool_win.cc168 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
269 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
292 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
300 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
509 tp_log_warning( "Can't set threadpool minimum threads", in tp_init()
525 tp_log_warning("Can't set threadpool stack size", in tp_init()
687 tp_log_warning("Allocation failed", in add_connection()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dthreadpool_win.cc168 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
269 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
292 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
300 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
509 tp_log_warning( "Can't set threadpool minimum threads", in tp_init()
525 tp_log_warning("Can't set threadpool stack size", in tp_init()
687 tp_log_warning("Allocation failed", in add_connection()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dthreadpool_win.cc168 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
269 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
292 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
300 tp_log_warning("Allocation failed", "CreateThreadpoolWait"); in init_io()
509 tp_log_warning( "Can't set threadpool minimum threads", in tp_init()
525 tp_log_warning("Can't set threadpool stack size", in tp_init()
687 tp_log_warning("Allocation failed", in add_connection()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dthreadpool_win.cc35 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
139 #define CHECK_ALLOC_ERROR(op) if (!(op)) {tp_log_warning("Allocation failed", #op); DBUG_ASSERT(0)…
424 tp_log_warning("Can't set threadpool minimum threads", in init()
434 tp_log_warning("Can't set threadpool stack size", in init()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dthreadpool_win.cc35 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
139 #define CHECK_ALLOC_ERROR(op) if (!(op)) {tp_log_warning("Allocation failed", #op); DBUG_ASSERT(0)…
424 tp_log_warning("Can't set threadpool minimum threads", in init()
434 tp_log_warning("Can't set threadpool stack size", in init()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dthreadpool_win.cc60 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
164 #define CHECK_ALLOC_ERROR(op) if (!(op)) {tp_log_warning("Allocation failed", #op); DBUG_ASSERT(0)…
450 tp_log_warning("Can't set threadpool minimum threads", in init()
465 tp_log_warning("Can't set threadpool stack size", in init()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dthreadpool_win.cc60 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
164 #define CHECK_ALLOC_ERROR(op) if (!(op)) {tp_log_warning("Allocation failed", #op); DBUG_ASSERT(0)…
450 tp_log_warning("Can't set threadpool minimum threads", in init()
465 tp_log_warning("Can't set threadpool stack size", in init()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dthreadpool_win.cc60 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
157 #define CHECK_ALLOC_ERROR(op) if (!(op)) {tp_log_warning("Allocation failed", #op); DBUG_ASSERT(0)…
480 tp_log_warning("Can't set threadpool minimum threads", in init()
495 tp_log_warning("Can't set threadpool stack size", in init()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dthreadpool_win.cc60 static void tp_log_warning(const char *msg, const char *fct) in tp_log_warning() function
157 #define CHECK_ALLOC_ERROR(op) if (!(op)) {tp_log_warning("Allocation failed", #op); DBUG_ASSERT(0)…
480 tp_log_warning("Can't set threadpool minimum threads", in init()
495 tp_log_warning("Can't set threadpool stack size", in init()