Eneboo - Documentación para desarrolladores
|
#include <my_pthread.h>
Atributos públicos | |
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 |
struct st_my_thread_var * | next |
struct st_my_thread_var ** | prev |
void * | opt_info |
gptr | dbug |
char | name [THREAD_NAME_SIZE+1] |
int volatile st_my_thread_var::abort |
pthread_cond_t *volatile st_my_thread_var::current_cond |
long st_my_thread_var::id |
struct st_my_thread_var * st_my_thread_var::next |
void * st_my_thread_var::opt_info |
struct st_my_thread_var ** st_my_thread_var::prev |