Lines Matching refs:pthread
10 #include <pthread.h>
21 struct pthread {
24 TAILQ_ENTRY(pthread) threadTable;
34 TAILQ_ENTRY(pthread) cvTable;
37 typedef TAILQ_HEAD(pthreadList, pthread) pthreadList;
47 struct pthread *pth = pthread_self();
56 struct pthread *thr = (struct pthread *)malloc(sizeof(*thr));
82 struct pthread *thr;
100 struct pthread *thr = (struct pthread *)arg;
112 struct pthread *thr;
144 struct pthread *thr = pthread_self();
154 struct pthread *thr = thread;