Symbol: __pthread_s
include/signal.h
53
struct __pthread_s;
include/signal.h
54
typedef struct __pthread_s *pthread_t;
lib/libthread_xu/arch/x86_64/include/pthread_md.h
41
struct __pthread_s;
lib/libthread_xu/arch/x86_64/include/pthread_md.h
50
struct tls_tcb *_tcb_ctor(struct __pthread_s *, int);
lib/libthread_xu/thread/thr_ctrdtr.c
40
_tcb_ctor(struct __pthread_s *thread, int initial)
lib/libthread_xu/thread/thr_list.c
107
TAILQ_HEAD(, __pthread_s) worklist;
lib/libthread_xu/thread/thr_list.c
168
thread = __malloc(sizeof(struct __pthread_s));
lib/libthread_xu/thread/thr_list.c
71
static TAILQ_HEAD(, __pthread_s) free_threadq;
lib/libthread_xu/thread/thr_list.c
78
LIST_HEAD(thread_hash_head, __pthread_s);
lib/libthread_xu/thread/thr_private.h
106
TAILQ_HEAD(mutex_head, __pthread_s) m_queue;
lib/libthread_xu/thread/thr_private.h
107
struct __pthread_s *m_owner;
lib/libthread_xu/thread/thr_private.h
354
TAILQ_ENTRY(__pthread_s) tle; /* link for all threads in process */
lib/libthread_xu/thread/thr_private.h
357
TAILQ_ENTRY(__pthread_s) gcle;
lib/libthread_xu/thread/thr_private.h
360
LIST_ENTRY(__pthread_s) hle;
lib/libthread_xu/thread/thr_private.h
405
struct __pthread_s *joiner;
lib/libthread_xu/thread/thr_private.h
411
TAILQ_ENTRY(__pthread_s) sqe;
lib/libthread_xu/thread/thr_private.h
93
typedef TAILQ_HEAD(thread_head, __pthread_s) thread_head;
lib/libthread_xu/thread/thr_symbols.c
44
int _thread_off_attr_flags = offsetof(struct __pthread_s, attr.flags);
lib/libthread_xu/thread/thr_symbols.c
45
int _thread_off_event_buf = offsetof(struct __pthread_s, event_buf);
lib/libthread_xu/thread/thr_symbols.c
46
int _thread_off_event_mask = offsetof(struct __pthread_s, event_mask);
lib/libthread_xu/thread/thr_symbols.c
49
int _thread_off_next = offsetof(struct __pthread_s, tle.tqe_next);
lib/libthread_xu/thread/thr_symbols.c
50
int _thread_off_report_events = offsetof(struct __pthread_s, report_events);
lib/libthread_xu/thread/thr_symbols.c
51
int _thread_off_state = offsetof(struct __pthread_s, state);
lib/libthread_xu/thread/thr_symbols.c
52
int _thread_off_tcb = offsetof(struct __pthread_s, tcb);
lib/libthread_xu/thread/thr_symbols.c
53
int _thread_off_tid = offsetof(struct __pthread_s, tid);
sys/sys/_pthreadtypes.h
36
struct __pthread_s;
sys/sys/_pthreadtypes.h
53
typedef struct __pthread_s *pthread_t;