![]() |
CMGDK r49-rc2
|
#include <my_pthread.h>
公有属性 | |
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 |
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 |
uint | lock_type |
void * | stack_ends_here |
safe_mutex_t * | mutex_in_use |
void * | dbug |
char | name [THREAD_NAME_SIZE+1] |
int volatile st_my_thread_var::abort |
pthread_cond_t* volatile st_my_thread_var::current_cond |
pthread_mutex_t* volatile st_my_thread_var::current_mutex |
void* st_my_thread_var::dbug |
pthread_mutex_t st_my_thread_var::mutex |
char st_my_thread_var::name[THREAD_NAME_SIZE+1] |
struct st_my_thread_var ** st_my_thread_var::prev |
pthread_t st_my_thread_var::pthread_self |
pthread_cond_t st_my_thread_var::suspend |