|
MySQL 5.6.14 Source Code Document
|

Public Attributes | |
| int | thr_errno |
| mysql_cond_t | suspend |
| mysql_mutex_t | mutex |
| mysql_mutex_t *volatile | current_mutex |
| mysql_cond_t *volatile | current_cond |
| pthread_t | pthread_self |
| my_thread_id | id |
| int | cmp_length |
| int volatile | abort |
| my_bool | init |
| struct st_my_thread_var * | next |
| struct st_my_thread_var ** | prev |
| void * | opt_info |
| void * | stack_ends_here |
| void * | dbug |
| char | name [THREAD_NAME_SIZE+1] |
Definition at line 829 of file my_pthread.h.