#include <my_pthread.h>
Public Attributes | |
| int | thr_errno |
| pthread_cond_t | suspend |
| pthread_mutex_t | mutex |
| pthread_mutex_t *volatile | current_mutex |
| pthread_cond_t *volatile | current_cond |
| pthread_t | pthread_self |
| long | id |
| int | cmp_length |
| int volatile | abort |
| my_bool | init |
| st_my_thread_var * | next |
| st_my_thread_var ** | prev |
| void * | opt_info |
| gptr | dbug |
| char | name [THREAD_NAME_SIZE+1] |
|
|
Definition at line 656 of file my_pthread.h. |
|
|
Definition at line 655 of file my_pthread.h. |
|
|
Definition at line 652 of file my_pthread.h. |
|
|
Definition at line 651 of file my_pthread.h. |
|
|
Definition at line 661 of file my_pthread.h. |
|
|
Definition at line 654 of file my_pthread.h. |
|
|
Definition at line 657 of file my_pthread.h. |
|
|
Definition at line 650 of file my_pthread.h. |
|
|
Definition at line 662 of file my_pthread.h. |
|
|
Definition at line 658 of file my_pthread.h. |
|
|
Definition at line 659 of file my_pthread.h. |
|
|
Definition at line 658 of file my_pthread.h. |
|
|
Definition at line 653 of file my_pthread.h. |
|
|
Definition at line 649 of file my_pthread.h. |
|
|
Definition at line 648 of file my_pthread.h. |
1.4.2