MySQL 9.0.0
Source Code Documentation
PFS_spawn_thread_arg Struct Reference

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
 

Detailed Description

Arguments given from a parent to a child thread, packaged in one structure.

This data is used when spawning a new instrumented thread.

See also
pfs_spawn_thread.

Member Data Documentation

◆ m_child_identity

const void* PFS_spawn_thread_arg::m_child_identity

◆ m_child_key

PSI_thread_key PFS_spawn_thread_arg::m_child_key

◆ m_child_seqnum

PSI_thread_seqnum PFS_spawn_thread_arg::m_child_seqnum

◆ m_host_name

PFS_host_name PFS_spawn_thread_arg::m_host_name

◆ m_thread_internal_id

ulonglong PFS_spawn_thread_arg::m_thread_internal_id

◆ m_user_arg

void* PFS_spawn_thread_arg::m_user_arg

◆ m_user_name

PFS_user_name PFS_spawn_thread_arg::m_user_name

◆ m_user_start_routine

void *(* PFS_spawn_thread_arg::m_user_start_routine) (void *)

The documentation for this struct was generated from the following file: