Searched refs:pthread_s (Results 1 – 2 of 2) sorted by relevance
68 th = (pthread_t)malloc(sizeof(pthread_s)); in pthread_create()69 memset(th, 0, sizeof(pthread_s)); in pthread_create()106 memset(th, 0, sizeof(pthread_s)); in pthread_join()
68 struct pthread_s { struct72 typedef struct pthread_s *pthread_t; /* one of the few types that's pointer, not struct */ argument