= {
int impl_mysql_rwlock_wrlock(mysql_rwlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:65
int impl_mysql_prlock_rdlock(mysql_prlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:60
int impl_mysql_rwlock_tryrdlock(mysql_rwlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:75
int impl_mysql_prlock_unlock(mysql_prlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:90
int impl_mysql_prlock_destroy(mysql_prlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:50
int impl_mysql_rwlock_trywrlock(mysql_rwlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:80
int impl_mysql_prlock_wrlock(mysql_prlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:70
void impl_mysql_rwlock_register(const char *category, PSI_rwlock_info *info, int count)
Definition: mysql_rwlock_service.cc:30
int impl_mysql_rwlock_destroy(mysql_rwlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:45
int impl_mysql_rwlock_rdlock(mysql_rwlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:55
int impl_mysql_prlock_init(PSI_rwlock_key key, mysql_prlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:40
int impl_mysql_rwlock_init(PSI_rwlock_key key, mysql_rwlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:35
int impl_mysql_rwlock_unlock(mysql_rwlock_t *that, const char *src_file, unsigned int src_line)
Definition: mysql_rwlock_service.cc:85