Lines Matching defs:pthread
61 * Handles the release of a thread's TIB and struct pthread and the
81 struct pthread;
106 void (*tc_thread_release)(struct pthread *);
266 * Private data structures that back up the typedefs in pthread.h.
278 #include <pthread.h>
291 TAILQ_HEAD(pthread_queue, pthread);
374 struct pthread {
384 LIST_ENTRY(pthread) threads;
385 TAILQ_ENTRY(pthread) waiting;
394 /* flags in pthread->flags */