Home
last modified time | relevance | path

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

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/conn_handler/
H A Dconnection_handler_per_thread.cc64 static uint wake_pthread= 0; variable
151 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
157 else if (wake_pthread) in block_until_new_connection()
159 wake_pthread--; in block_until_new_connection()
385 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
389 wake_pthread++; in check_idle_thread_and_enqueue_connection()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/conn_handler/
H A Dconnection_handler_per_thread.cc64 static uint wake_pthread= 0; variable
151 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
157 else if (wake_pthread) in block_until_new_connection()
159 wake_pthread--; in block_until_new_connection()
394 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
398 wake_pthread++; in check_idle_thread_and_enqueue_connection()
/dports/databases/mysql57-client/mysql-5.7.36/sql/conn_handler/
H A Dconnection_handler_per_thread.cc64 static uint wake_pthread= 0; variable
151 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
157 else if (wake_pthread) in block_until_new_connection()
159 wake_pthread--; in block_until_new_connection()
385 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
389 wake_pthread++; in check_idle_thread_and_enqueue_connection()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dconnection_handler_per_thread.cc89 static uint wake_pthread = 0; variable
160 while (!connection_events_loop_aborted() && !wake_pthread && !shrink_cache) in block_until_new_connection()
168 if (wake_pthread) { in block_until_new_connection()
169 wake_pthread--; in block_until_new_connection()
382 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) { in check_idle_thread_and_enqueue_connection()
385 wake_pthread++; in check_idle_thread_and_enqueue_connection()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/conn_handler/
H A Dconnection_handler_per_thread.cc65 static uint wake_pthread= 0; variable
152 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
158 else if (wake_pthread) in block_until_new_connection()
160 wake_pthread--; in block_until_new_connection()
397 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
401 wake_pthread++; in check_idle_thread_and_enqueue_connection()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/conn_handler/
H A Dconnection_handler_per_thread.cc65 static uint wake_pthread= 0; variable
152 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
158 else if (wake_pthread) in block_until_new_connection()
160 wake_pthread--; in block_until_new_connection()
397 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
401 wake_pthread++; in check_idle_thread_and_enqueue_connection()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/conn_handler/
H A Dconnection_handler_per_thread.cc65 static uint wake_pthread= 0; variable
152 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
158 else if (wake_pthread) in block_until_new_connection()
160 wake_pthread--; in block_until_new_connection()
397 if (Per_thread_connection_handler::blocked_pthread_count > wake_pthread) in check_idle_thread_and_enqueue_connection()
401 wake_pthread++; in check_idle_thread_and_enqueue_connection()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc374 static uint kill_blocked_pthreads_flag, wake_pthread; variable
2695 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
2701 if (wake_pthread) in block_until_new_connection()
2704 wake_pthread--; in block_until_new_connection()
6105 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
6110 wake_pthread++; in create_thread_to_handle_connection()
8248 global_thread_count= num_thread_running= kill_blocked_pthreads_flag= wake_pthread=0; in mysql_init_variables()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc381 static uint kill_blocked_pthreads_flag, wake_pthread; variable
2993 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
2999 if (wake_pthread) in block_until_new_connection()
3002 wake_pthread--; in block_until_new_connection()
6535 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
6540 wake_pthread++; in create_thread_to_handle_connection()
8740 global_thread_count= num_thread_running= kill_blocked_pthreads_flag= wake_pthread=0; in mysql_init_variables()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc381 static uint kill_blocked_pthreads_flag, wake_pthread; variable
2983 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
2989 if (wake_pthread) in block_until_new_connection()
2992 wake_pthread--; in block_until_new_connection()
6525 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
6530 wake_pthread++; in create_thread_to_handle_connection()
8730 global_thread_count= num_thread_running= kill_blocked_pthreads_flag= wake_pthread=0; in mysql_init_variables()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc381 static uint kill_blocked_pthreads_flag, wake_pthread; variable
2993 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
2999 if (wake_pthread) in block_until_new_connection()
3002 wake_pthread--; in block_until_new_connection()
6535 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
6540 wake_pthread++; in create_thread_to_handle_connection()
8740 global_thread_count= num_thread_running= kill_blocked_pthreads_flag= wake_pthread=0; in mysql_init_variables()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc380 static uint kill_blocked_pthreads_flag, wake_pthread; variable
2812 while (!abort_loop && !wake_pthread && !kill_blocked_pthreads_flag) in block_until_new_connection()
2818 if (wake_pthread) in block_until_new_connection()
2821 wake_pthread--; in block_until_new_connection()
6820 if (blocked_pthread_count > wake_pthread) in create_thread_to_handle_connection()
6825 wake_pthread++; in create_thread_to_handle_connection()
8996 global_thread_count= num_thread_running= kill_blocked_pthreads_flag= wake_pthread=0; in mysql_init_variables()