Searched defs:_pthread_thread (Results 1 – 1 of 1) sorted by relevance
73 typedef struct _pthread_thread { struct74 thread_id id;75 int32 flags;76 void *(*entry)(void*);77 void *entry_argument;78 void *exit_value;79 struct pthread_key_data specific[PTHREAD_KEYS_MAX];80 struct __pthread_cleanup_handler *cleanup_handlers;