Searched refs:pthread (Results 1 – 4 of 4) sorted by relevance
21 struct pthread { struct24 TAILQ_ENTRY(pthread) threadTable; argument34 TAILQ_ENTRY(pthread) cvTable; argument37 typedef TAILQ_HEAD(pthreadList, pthread) pthreadList;47 struct pthread *pth = pthread_self(); in __error()56 struct pthread *thr = (struct pthread *)malloc(sizeof(*thr)); in __pthread_init()82 struct pthread *thr; in pthread_self()100 struct pthread *thr = (struct pthread *)arg; in pthreadCreateHelper()112 struct pthread *thr; in pthread_create()144 struct pthread *thr = pthread_self(); in pthread_exit()[all …]
20 "posix/pthread.c",
10 typedef struct pthread *pthread_t;
93 pthread_t pthread; member119 thread->pthread = id; in introduce_thread()