Home
last modified time | relevance | path

Searched refs:pthreadlist (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_private.h83 typedef TAILQ_HEAD(pthreadlist, pthread) pthreadlist; typedef
732 extern pthreadlist _thread_list;
735 extern pthreadlist _thread_gc_list __hidden;
H A Dthr_init.c67 pthreadlist _thread_list = TAILQ_HEAD_INITIALIZER(_thread_list);
68 pthreadlist _thread_gc_list = TAILQ_HEAD_INITIALIZER(_thread_gc_list);