MySQL 9.1.0
Source Code Documentation
|
#include <mysql/components/component_implementation.h>
#include <mysql/components/services/bits/psi_bits.h>
#include <mysql/components/services/mysql_cond.h>
#include <mysql/components/services/mysql_mutex.h>
#include <mysql/components/services/mysql_rwlock.h>
#include <mysql/components/services/psi_cond.h>
#include <mysql/components/services/psi_error.h>
#include <mysql/components/services/psi_file.h>
#include <mysql/components/services/psi_idle.h>
#include <mysql/components/services/psi_mdl.h>
#include <mysql/components/services/psi_memory.h>
#include <mysql/components/services/psi_mutex.h>
#include <mysql/components/services/psi_rwlock.h>
#include <mysql/components/services/psi_socket.h>
#include <mysql/components/services/psi_stage.h>
#include <mysql/components/services/psi_statement.h>
#include <mysql/components/services/psi_system.h>
#include <mysql/components/services/psi_table.h>
#include <mysql/components/services/psi_thread.h>
#include <mysql/components/services/psi_tls_channel.h>
#include <mysql/components/services/psi_transaction.h>
Functions | |
static void | do_something_part_1 () |
static void | do_something_part_2 () |
static mysql_service_status_t | pfs_example_init () |
static mysql_service_status_t | pfs_example_deinit () |
static void | test_mysql_mutex_part_1 () |
static void | test_mysql_mutex_part_2 () |
static void | test_psi_mutex_part_1 () |
static void | test_psi_mutex_part_2 () |
static void | test_mysql_rwlock_part_1 () |
static void | test_mysql_rwlock_part_2 () |
static void | test_psi_rwlock_part_1 () |
static void | test_psi_rwlock_part_2 () |
static void | test_mysql_cond_part_1 () |
static void | test_mysql_cond_part_2 () |
END_COMPONENT_PROVIDES () | |
END_COMPONENT_REQUIRES () | |
METADATA ("mysql.author", "Oracle Corporation") | |
METADATA ("mysql.license", "GPL") | |
END_COMPONENT_METADATA () | |
|
static |
|
static |
END_COMPONENT_METADATA | ( | ) |
END_COMPONENT_PROVIDES | ( | ) |
END_COMPONENT_REQUIRES | ( | ) |
METADATA | ( | "mysql.author" | , |
"Oracle Corporation" | |||
) |
METADATA | ( | "mysql.license" | , |
"GPL" | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
mysql_component_t mysql_component_pfs_example |
|
static |
|
static |
|
static |
|
static |
REQUIRES_MYSQL_COND_SERVICE |
REQUIRES_MYSQL_COND_SERVICE_PLACEHOLDER |
REQUIRES_MYSQL_MUTEX_SERVICE |
REQUIRES_MYSQL_MUTEX_SERVICE_PLACEHOLDER |
REQUIRES_MYSQL_RWLOCK_SERVICE |
REQUIRES_MYSQL_RWLOCK_SERVICE_PLACEHOLDER |
REQUIRES_PSI_COND_SERVICE |
REQUIRES_PSI_COND_SERVICE_PLACEHOLDER |
REQUIRES_PSI_ERROR_SERVICE |
REQUIRES_PSI_ERROR_SERVICE_PLACEHOLDER |
REQUIRES_PSI_FILE_SERVICE |
REQUIRES_PSI_FILE_SERVICE_PLACEHOLDER |
REQUIRES_PSI_IDLE_SERVICE |
REQUIRES_PSI_IDLE_SERVICE_PLACEHOLDER |
REQUIRES_PSI_MDL_SERVICE |
REQUIRES_PSI_MDL_SERVICE_PLACEHOLDER |
REQUIRES_PSI_MEMORY_SERVICE |
REQUIRES_PSI_MEMORY_SERVICE_PLACEHOLDER |
REQUIRES_PSI_MUTEX_SERVICE |
REQUIRES_PSI_MUTEX_SERVICE_PLACEHOLDER |
REQUIRES_PSI_RWLOCK_SERVICE |
REQUIRES_PSI_RWLOCK_SERVICE_PLACEHOLDER |
REQUIRES_PSI_SOCKET_SERVICE |
REQUIRES_PSI_SOCKET_SERVICE_PLACEHOLDER |
REQUIRES_PSI_STAGE_SERVICE |
REQUIRES_PSI_STAGE_SERVICE_PLACEHOLDER |
REQUIRES_PSI_STATEMENT_SERVICE |
REQUIRES_PSI_STATEMENT_SERVICE_PLACEHOLDER |
REQUIRES_PSI_TABLE_SERVICE |
REQUIRES_PSI_TABLE_SERVICE_PLACEHOLDER |
REQUIRES_PSI_THREAD_SERVICE |
REQUIRES_PSI_THREAD_SERVICE_PLACEHOLDER |
REQUIRES_PSI_TLS_CHANNEL_SERVICE |
REQUIRES_PSI_TLS_CHANNEL_SERVICE_PLACEHOLDER |
REQUIRES_PSI_TRANSACTION_SERVICE |
REQUIRES_PSI_TRANSACTION_SERVICE_PLACEHOLDER |