MySQL 9.1.0
Source Code Documentation
|
Arguments given from a parent to a child thread, packaged in one structure. More...
Public Attributes | |
ulonglong | m_thread_internal_id |
PFS_user_name | m_user_name |
PFS_host_name | m_host_name |
PSI_thread_key | m_child_key |
PSI_thread_seqnum | m_child_seqnum |
const void * | m_child_identity |
void *(* | m_user_start_routine )(void *) |
void * | m_user_arg |
Arguments given from a parent to a child thread, packaged in one structure.
This data is used when spawning a new instrumented thread.
const void* PFS_spawn_thread_arg::m_child_identity |
PSI_thread_key PFS_spawn_thread_arg::m_child_key |
PSI_thread_seqnum PFS_spawn_thread_arg::m_child_seqnum |
PFS_host_name PFS_spawn_thread_arg::m_host_name |
ulonglong PFS_spawn_thread_arg::m_thread_internal_id |
void* PFS_spawn_thread_arg::m_user_arg |
PFS_user_name PFS_spawn_thread_arg::m_user_name |
void *(* PFS_spawn_thread_arg::m_user_start_routine) (void *) |