Home
last modified time | relevance | path

Searched refs:my_thread_equal (Results 1 – 25 of 73) sorted by relevance

123

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/locks/
H A Dshared_spin_lock.cc178 assert(my_thread_equal(owner, self)); in release_exclusive()
179 if (!my_thread_equal(owner, self)) return (*this); in release_exclusive()
201 return my_thread_equal(owner, self); in is_exclusive_acquisition()
225 if (owner != 0 && my_thread_equal(owner, self)) in try_or_spin_exclusive_lock()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/locks/
H A Dshared_spin_lock.cc178 assert(my_thread_equal(owner, self)); in release_exclusive()
179 if (!my_thread_equal(owner, self)) return (*this); in release_exclusive()
201 return my_thread_equal(owner, self); in is_exclusive_acquisition()
225 if (owner != 0 && my_thread_equal(owner, self)) in try_or_spin_exclusive_lock()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/locks/
H A Dshared_spin_lock.cc178 assert(my_thread_equal(owner, self)); in release_exclusive()
179 if (!my_thread_equal(owner, self)) return (*this); in release_exclusive()
201 return my_thread_equal(owner, self); in is_exclusive_acquisition()
225 if (owner != 0 && my_thread_equal(owner, self)) in try_or_spin_exclusive_lock()
/dports/databases/mysql57-client/mysql-5.7.36/sql/locks/
H A Dshared_spin_lock.cc178 assert(my_thread_equal(owner, self)); in release_exclusive()
179 if (!my_thread_equal(owner, self)) return (*this); in release_exclusive()
201 return my_thread_equal(owner, self); in is_exclusive_acquisition()
225 if (owner != 0 && my_thread_equal(owner, self)) in try_or_spin_exclusive_lock()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/locks/
H A Dshared_spin_lock.cc178 assert(my_thread_equal(owner, self)); in release_exclusive()
179 if (!my_thread_equal(owner, self)) return (*this); in release_exclusive()
201 return my_thread_equal(owner, self); in is_exclusive_acquisition()
225 if (owner != 0 && my_thread_equal(owner, self)) in try_or_spin_exclusive_lock()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/
H A Dthr_rwlock.h138 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
144 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/
H A Dthr_rwlock.h144 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
150 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
/dports/databases/percona57-server/percona-server-5.7.36-39/include/
H A Dthr_rwlock.h206 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
215 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
H A Dthr_mutex.h154 my_thread_equal(my_thread_self(), mp->thread)); in safe_mutex_assert_owner()
160 !my_thread_equal(my_thread_self(), mp->thread)); in safe_mutex_assert_not_owner()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/
H A Dthr_rwlock.h206 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
215 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
H A Dthr_mutex.h154 my_thread_equal(my_thread_self(), mp->thread)); in safe_mutex_assert_owner()
160 !my_thread_equal(my_thread_self(), mp->thread)); in safe_mutex_assert_not_owner()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/
H A Dthr_rwlock.h206 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
215 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
H A Dthr_mutex.h154 my_thread_equal(my_thread_self(), mp->thread)); in safe_mutex_assert_owner()
160 !my_thread_equal(my_thread_self(), mp->thread)); in safe_mutex_assert_not_owner()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/
H A Dthr_rwlock.h206 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
215 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
/dports/databases/percona57-client/percona-server-5.7.36-39/include/
H A Dthr_rwlock.h206 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
215 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
/dports/databases/mysql57-client/mysql-5.7.36/include/
H A Dthr_rwlock.h206 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
215 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/sys/
H A Dthr_rwlock.h212 my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_write_owner()
221 !my_thread_equal(my_thread_self(), rwlock->writer_thread)); in rw_pr_lock_assert_not_write_owner()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysys/
H A Dthr_cond.c44 if (!my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_wait()
92 if (mp->count != 1 || !my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_timedwait()
/dports/databases/percona57-server/percona-server-5.7.36-39/mysys/
H A Dthr_cond.c44 if (!my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_wait()
92 if (mp->count != 1 || !my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_timedwait()
/dports/databases/percona57-client/percona-server-5.7.36-39/mysys/
H A Dthr_cond.c44 if (!my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_wait()
92 if (mp->count != 1 || !my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_timedwait()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysys/
H A Dthr_cond.c44 if (!my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_wait()
92 if (mp->count != 1 || !my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_timedwait()
/dports/databases/mysql57-client/mysql-5.7.36/mysys/
H A Dthr_cond.c44 if (!my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_wait()
92 if (mp->count != 1 || !my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_timedwait()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dthr_cond.cc54 if (!my_thread_equal(my_thread_self(), mp->thread)) { in safe_cond_wait()
103 if (mp->count != 1 || !my_thread_equal(my_thread_self(), mp->thread)) { in safe_cond_timedwait()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysys/
H A Dthr_cond.c44 if (!my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_wait()
92 if (mp->count != 1 || !my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_timedwait()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/mysql_sys/
H A Dthr_cond.c45 if (!my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_wait()
93 if (mp->count != 1 || !my_thread_equal(my_thread_self(),mp->thread)) in safe_cond_timedwait()

123