Searched defs:__pthread_s (Results 1 – 1 of 1) sorted by relevance
317 struct __pthread_s { struct323 u_int32_t magic;324 char *name;325 u_int64_t uniqueid; /* for gdb */330 umtx_t lock;354 TAILQ_ENTRY(__pthread_s) tle; /* link for all threads in process */ argument363 int refcount;369 void *(*start_routine)(void *);370 void *arg;371 struct __pthread_attr_s attr;[all …]