Lines Matching defs:__pthread_s
317 struct __pthread_s { struct
323 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 */ argument
363 int refcount;
369 void *(*start_routine)(void *);
370 void *arg;
371 struct __pthread_attr_s attr;
405 struct __pthread_s *joiner; argument
414 int flags;
420 int tlflags;
432 char base_priority;
442 char inherited_priority;
450 char active_priority;
453 int priority_mutex_count;
458 void *ret;
459 struct pthread_specific_elem *specific;
460 int specific_data_count;
463 int rdlock_count;
467 int rtld_bits;
470 struct tls_tcb *tcb;
473 struct pthread_cleanup *cleanup;
476 int report_events;
479 td_thr_events_t event_mask;
482 td_event_msg_t event_buf;