Home
last modified time | relevance | path

Searched defs:_pthread_thread (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/private/libroot/
H A Dpthread_private.h73 typedef struct _pthread_thread { struct
74 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;