![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include <mysql/components/component_implementation.h>#include <mysql/components/service.h>#include <mysql/components/service_implementation.h>#include <mysql/components/services/mysql_cond_service.h>#include <mysql/psi/mysql_cond.h>Functions | |
| void | impl_mysql_cond_register (const char *category, PSI_cond_info *info, int count) | 
| int | impl_mysql_cond_init (PSI_cond_key key, mysql_cond_t *that, const char *src_file, unsigned int src_line) | 
| int | impl_mysql_cond_destroy (mysql_cond_t *that, const char *src_file, unsigned int src_line) | 
| int | impl_mysql_cond_wait (mysql_cond_t *cond, mysql_mutex_t *mutex, const char *src_file, unsigned int src_line) | 
| int | impl_mysql_cond_timedwait (mysql_cond_t *cond, mysql_mutex_t *mutex, const struct timespec *abstime, const char *src_file, unsigned int src_line) | 
| int | impl_mysql_cond_signal (mysql_cond_t *that, const char *src_file, unsigned int src_line) | 
| int | impl_mysql_cond_broadcast (mysql_cond_t *that, const char *src_file, unsigned int src_line) | 
Variables | |
| const mysql_service_mysql_cond_v1_t | SERVICE_IMPLEMENTATION (mysql_server, mysql_cond_v1) | 
| int impl_mysql_cond_broadcast | ( | mysql_cond_t * | that, | 
| const char * | src_file, | ||
| unsigned int | src_line | ||
| ) | 
| int impl_mysql_cond_destroy | ( | mysql_cond_t * | that, | 
| const char * | src_file, | ||
| unsigned int | src_line | ||
| ) | 
| int impl_mysql_cond_init | ( | PSI_cond_key | key, | 
| mysql_cond_t * | that, | ||
| const char * | src_file, | ||
| unsigned int | src_line | ||
| ) | 
| void impl_mysql_cond_register | ( | const char * | category, | 
| PSI_cond_info * | info, | ||
| int | count | ||
| ) | 
| int impl_mysql_cond_signal | ( | mysql_cond_t * | that, | 
| const char * | src_file, | ||
| unsigned int | src_line | ||
| ) | 
| int impl_mysql_cond_timedwait | ( | mysql_cond_t * | cond, | 
| mysql_mutex_t * | mutex, | ||
| const struct timespec * | abstime, | ||
| const char * | src_file, | ||
| unsigned int | src_line | ||
| ) | 
| int impl_mysql_cond_wait | ( | mysql_cond_t * | cond, | 
| mysql_mutex_t * | mutex, | ||
| const char * | src_file, | ||
| unsigned int | src_line | ||
| ) | 
| const mysql_service_mysql_cond_v1_t SERVICE_IMPLEMENTATION(mysql_server, mysql_cond_v1) | ( | mysql_server | , | 
| mysql_cond_v1 | |||
| ) |