![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
The server system struct. More...
Public Attributes | |
| ib_mutex_t | tasks_mutex | 
| variable protecting the tasks queue  More... | |
| tasks | |
| task queue  More... | |
| ib_mutex_t | mutex | 
| variable protecting the fields below.  More... | |
| ulint | n_sys_threads | 
| size of the sys_threads array  More... | |
| srv_slot_t * | sys_threads | 
| server thread table  More... | |
| ulint | n_threads_active [SRV_MASTER+1] | 
| number of threads active in a thread class  More... | |
| srv_stats_t::ulint_ctr_1_t | activity_count | 
| For tracking server activity.  More... | |
The server system struct.
| srv_stats_t::ulint_ctr_1_t srv_sys_t::activity_count | 
For tracking server activity.
| ib_mutex_t srv_sys_t::mutex | 
variable protecting the fields below.
| ulint srv_sys_t::n_sys_threads | 
size of the sys_threads array
| ulint srv_sys_t::n_threads_active[SRV_MASTER+1] | 
number of threads active in a thread class
| srv_slot_t* srv_sys_t::sys_threads | 
server thread table
| srv_sys_t::tasks | 
task queue
| ib_mutex_t srv_sys_t::tasks_mutex | 
variable protecting the tasks queue