MySQL 9.1.0
Source Code Documentation
|
Performance schema instrumentation (declarations). More...
#include <sys/types.h>
#include "my_psi_config.h"
#include "my_inttypes.h"
#include "my_macros.h"
#include "mysql/psi/psi_cond.h"
Go to the source code of this file.
Macros | |
#define | PSI_COND_CALL(M) pfs_##M##_v1 |
Functions | |
void | pfs_register_cond_v1 (const char *category, PSI_cond_info_v1 *info, int count) |
Implementation of the cond instrumentation interface. More... | |
PSI_cond * | pfs_init_cond_v1 (PSI_cond_key key, const void *identity) |
Implementation of the cond instrumentation interface. More... | |
void | pfs_destroy_cond_v1 (PSI_cond *cond) |
Implementation of the cond instrumentation interface. More... | |
PSI_cond_locker * | pfs_start_cond_wait_v1 (PSI_cond_locker_state *state, PSI_cond *cond, PSI_mutex *mutex, PSI_cond_operation op, const char *src_file, uint src_line) |
Implementation of the cond instrumentation interface. More... | |
void | pfs_signal_cond_v1 (PSI_cond *cond) |
Implementation of the cond instrumentation interface. More... | |
void | pfs_broadcast_cond_v1 (PSI_cond *cond) |
Implementation of the cond instrumentation interface. More... | |
void | pfs_end_cond_wait_v1 (PSI_cond_locker *locker, int rc) |
Implementation of the cond instrumentation interface. More... | |
Performance schema instrumentation (declarations).
void pfs_broadcast_cond_v1 | ( | PSI_cond * | cond | ) |
Implementation of the cond instrumentation interface.
void pfs_destroy_cond_v1 | ( | PSI_cond * | cond | ) |
Implementation of the cond instrumentation interface.
void pfs_end_cond_wait_v1 | ( | PSI_cond_locker * | locker, |
int | rc | ||
) |
Implementation of the cond instrumentation interface.
PSI_cond * pfs_init_cond_v1 | ( | PSI_cond_key | key, |
const void * | identity | ||
) |
Implementation of the cond instrumentation interface.
void pfs_register_cond_v1 | ( | const char * | category, |
PSI_cond_info_v1 * | info, | ||
int | count | ||
) |
Implementation of the cond instrumentation interface.
void pfs_signal_cond_v1 | ( | PSI_cond * | cond | ) |
Implementation of the cond instrumentation interface.
PSI_cond_locker * pfs_start_cond_wait_v1 | ( | PSI_cond_locker_state * | state, |
PSI_cond * | cond, | ||
PSI_mutex * | mutex, | ||
PSI_cond_operation | op, | ||
const char * | src_file, | ||
uint | src_line | ||
) |
Implementation of the cond instrumentation interface.