Home
last modified time | relevance | path

Searched refs:block_pthread (Results 1 – 10 of 10) sorted by relevance

/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.h79 bool one_thread_per_connection_end(THD *thd, bool block_pthread);
H A Dmysqld.cc2755 bool one_thread_per_connection_end(THD *thd, bool block_pthread) in one_thread_per_connection_end() argument
2758 DBUG_PRINT("info", ("thd %p block_pthread %d", thd, (int) block_pthread)); in one_thread_per_connection_end()
2766 block_pthread= false; in one_thread_per_connection_end()
2785 if (block_pthread) in one_thread_per_connection_end()
2786 block_pthread= block_until_new_connection(); in one_thread_per_connection_end()
2788 if (block_pthread) in one_thread_per_connection_end()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.h80 bool one_thread_per_connection_end(THD *thd, bool block_pthread);
H A Dmysqld.cc3043 bool one_thread_per_connection_end(THD *thd, bool block_pthread) in one_thread_per_connection_end() argument
3046 DBUG_PRINT("info", ("thd %p block_pthread %d", thd, (int) block_pthread)); in one_thread_per_connection_end()
3054 block_pthread= false; in one_thread_per_connection_end()
3073 if (block_pthread) in one_thread_per_connection_end()
3074 block_pthread= block_until_new_connection(); in one_thread_per_connection_end()
3076 if (block_pthread) in one_thread_per_connection_end()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.h80 bool one_thread_per_connection_end(THD *thd, bool block_pthread);
H A Dmysqld.cc3053 bool one_thread_per_connection_end(THD *thd, bool block_pthread) in one_thread_per_connection_end() argument
3056 DBUG_PRINT("info", ("thd %p block_pthread %d", thd, (int) block_pthread)); in one_thread_per_connection_end()
3064 block_pthread= false; in one_thread_per_connection_end()
3083 if (block_pthread) in one_thread_per_connection_end()
3084 block_pthread= block_until_new_connection(); in one_thread_per_connection_end()
3086 if (block_pthread) in one_thread_per_connection_end()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.h80 bool one_thread_per_connection_end(THD *thd, bool block_pthread);
H A Dmysqld.cc3053 bool one_thread_per_connection_end(THD *thd, bool block_pthread) in one_thread_per_connection_end() argument
3056 DBUG_PRINT("info", ("thd %p block_pthread %d", thd, (int) block_pthread)); in one_thread_per_connection_end()
3064 block_pthread= false; in one_thread_per_connection_end()
3083 if (block_pthread) in one_thread_per_connection_end()
3084 block_pthread= block_until_new_connection(); in one_thread_per_connection_end()
3086 if (block_pthread) in one_thread_per_connection_end()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.h83 bool one_thread_per_connection_end(THD *thd, bool block_pthread);
H A Dmysqld.cc2872 bool one_thread_per_connection_end(THD *thd, bool block_pthread) in one_thread_per_connection_end() argument
2875 DBUG_PRINT("info", ("thd %p block_pthread %d", thd, (int) block_pthread)); in one_thread_per_connection_end()
2883 block_pthread= false; in one_thread_per_connection_end()
2890 block_pthread= false; in one_thread_per_connection_end()
2909 if (block_pthread) in one_thread_per_connection_end()
2910 block_pthread= block_until_new_connection(); in one_thread_per_connection_end()
2912 if (block_pthread) in one_thread_per_connection_end()