thread_head
struct thread_head _thread_list = TAILQ_HEAD_INITIALIZER(_thread_list);
struct thread_head _thread_gc_list = TAILQ_HEAD_INITIALIZER(_thread_gc_list);
extern struct thread_head _thread_list;
extern struct thread_head _thread_gc_list;
typedef TAILQ_HEAD(thread_head, __pthread_s) thread_head;