Home
last modified time | relevance | path

Searched refs:blocked_pthread_count (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dconnection_handler_per_thread.cc66 ulong Per_thread_connection_handler::blocked_pthread_count = 0; member in Per_thread_connection_handler
146 if (blocked_pthread_count < max_blocked_pthreads && !shrink_cache) { in block_until_new_connection()
159 blocked_pthread_count++; in block_until_new_connection()
162 blocked_pthread_count--; in block_until_new_connection()
164 if (shrink_cache && blocked_pthread_count <= max_blocked_pthreads) { in block_until_new_connection()
353 if (thread_cache_size >= blocked_pthread_count) { in modify_thread_cache_size()
362 ulong num_threads = blocked_pthread_count - thread_cache_size; in modify_thread_cache_size()
367 while (blocked_pthread_count > thread_cache_size) in modify_thread_cache_size()
382 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) { in check_idle_thread_and_enqueue_connection()
H A Dconnection_handler_impl.h67 static ulong blocked_pthread_count; // Protected by LOCK_thread_cache.
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/conn_handler/
H A Dconnection_handler_per_thread.cc41 ulong Per_thread_connection_handler::blocked_pthread_count= 0; member in Per_thread_connection_handler
135 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
150 blocked_pthread_count++; in block_until_new_connection()
153 blocked_pthread_count--; in block_until_new_connection()
369 while (Per_thread_connection_handler::blocked_pthread_count) in kill_blocked_pthreads()
385 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
H A Dconnection_handler_impl.h68 static ulong blocked_pthread_count; // Protected by LOCK_thread_cache.
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/conn_handler/
H A Dconnection_handler_per_thread.cc41 ulong Per_thread_connection_handler::blocked_pthread_count= 0; member in Per_thread_connection_handler
135 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
150 blocked_pthread_count++; in block_until_new_connection()
153 blocked_pthread_count--; in block_until_new_connection()
378 while (Per_thread_connection_handler::blocked_pthread_count) in kill_blocked_pthreads()
394 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
H A Dconnection_handler_impl.h68 static ulong blocked_pthread_count; // Protected by LOCK_thread_cache.
/dports/databases/mysql57-client/mysql-5.7.36/sql/conn_handler/
H A Dconnection_handler_per_thread.cc41 ulong Per_thread_connection_handler::blocked_pthread_count= 0; member in Per_thread_connection_handler
135 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
150 blocked_pthread_count++; in block_until_new_connection()
153 blocked_pthread_count--; in block_until_new_connection()
369 while (Per_thread_connection_handler::blocked_pthread_count) in kill_blocked_pthreads()
385 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
H A Dconnection_handler_impl.h68 static ulong blocked_pthread_count; // Protected by LOCK_thread_cache.
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/conn_handler/
H A Dconnection_handler_per_thread.cc42 ulong Per_thread_connection_handler::blocked_pthread_count= 0; member in Per_thread_connection_handler
136 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
151 blocked_pthread_count++; in block_until_new_connection()
154 blocked_pthread_count--; in block_until_new_connection()
381 while (Per_thread_connection_handler::blocked_pthread_count) in kill_blocked_pthreads()
397 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
H A Dconnection_handler_impl.h69 static ulong blocked_pthread_count; // Protected by LOCK_thread_cache.
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/conn_handler/
H A Dconnection_handler_per_thread.cc42 ulong Per_thread_connection_handler::blocked_pthread_count= 0; member in Per_thread_connection_handler
136 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
151 blocked_pthread_count++; in block_until_new_connection()
154 blocked_pthread_count--; in block_until_new_connection()
381 while (Per_thread_connection_handler::blocked_pthread_count) in kill_blocked_pthreads()
397 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
H A Dconnection_handler_impl.h69 static ulong blocked_pthread_count; // Protected by LOCK_thread_cache.
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/conn_handler/
H A Dconnection_handler_per_thread.cc42 ulong Per_thread_connection_handler::blocked_pthread_count= 0; member in Per_thread_connection_handler
136 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
151 blocked_pthread_count++; in block_until_new_connection()
154 blocked_pthread_count--; in block_until_new_connection()
381 while (Per_thread_connection_handler::blocked_pthread_count) in kill_blocked_pthreads()
397 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
H A Dconnection_handler_impl.h69 static ulong blocked_pthread_count; // Protected by LOCK_thread_cache.
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc819 static ulong blocked_pthread_count= 0; variable
2679 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
2684 blocked_pthread_count++; in block_until_new_connection()
2698 blocked_pthread_count--; in block_until_new_connection()
2806 while (blocked_pthread_count) in kill_blocked_pthreads()
6105 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
8086 {"Threads_cached", (char*) &blocked_pthread_count, SHOW_LONG_NOFLUSH},
8250 blocked_pthread_count= 0; in mysql_init_variables()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc868 static ulong blocked_pthread_count= 0; variable
2977 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
2982 blocked_pthread_count++; in block_until_new_connection()
2996 blocked_pthread_count--; in block_until_new_connection()
3104 while (blocked_pthread_count) in kill_blocked_pthreads()
6535 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
8578 {"Threads_cached", (char*) &blocked_pthread_count, SHOW_LONG_NOFLUSH},
8742 blocked_pthread_count= 0; in mysql_init_variables()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc868 static ulong blocked_pthread_count= 0; variable
2967 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
2972 blocked_pthread_count++; in block_until_new_connection()
2986 blocked_pthread_count--; in block_until_new_connection()
3094 while (blocked_pthread_count) in kill_blocked_pthreads()
6525 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
8568 {"Threads_cached", (char*) &blocked_pthread_count, SHOW_LONG_NOFLUSH},
8732 blocked_pthread_count= 0; in mysql_init_variables()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc868 static ulong blocked_pthread_count= 0; variable
2977 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
2982 blocked_pthread_count++; in block_until_new_connection()
2996 blocked_pthread_count--; in block_until_new_connection()
3104 while (blocked_pthread_count) in kill_blocked_pthreads()
6535 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
8578 {"Threads_cached", (char*) &blocked_pthread_count, SHOW_LONG_NOFLUSH},
8742 blocked_pthread_count= 0; in mysql_init_variables()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc848 static ulong blocked_pthread_count= 0; variable
2796 if (blocked_pthread_count < max_blocked_pthreads && in block_until_new_connection()
2801 blocked_pthread_count++; in block_until_new_connection()
2815 blocked_pthread_count--; in block_until_new_connection()
2930 while (blocked_pthread_count) in kill_blocked_pthreads()
6820 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
8820 {"Threads_cached", (char*) &blocked_pthread_count, SHOW_LONG_NOFLUSH},
8998 blocked_pthread_count= 0; in mysql_init_variables()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dmysqld.cc7487 …{"Threads_cached", (char*) &Per_thread_connection_handler::blocked_pthread_count, SHOW_L…
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dmysqld.cc7745 …{"Threads_cached", (char*) &Per_thread_connection_handler::blocked_pthread_count, SHOW_L…
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dmysqld.cc7474 …{"Threads_cached", (char*) &Per_thread_connection_handler::blocked_pthread_count, SHOW_L…
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dmysqld.cc6960 …{"Threads_cached", (char*) &Per_thread_connection_handler::blocked_pthread_count, SHOW_L…
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dmysqld.cc7487 …{"Threads_cached", (char*) &Per_thread_connection_handler::blocked_pthread_count, SHOW_L…
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dmysqld.cc6942 …{"Threads_cached", (char*) &Per_thread_connection_handler::blocked_pthread_count, SHOW_L…

12