www.pudn.com > pthread_examples.rar > pthread.SearchResults
---- pthSem Matches (5 in 2 files) ---- Queue.c (exercise): sem_init(&pthSem, 0, 0); Queue.c (exercise): sem_destroy(&pthSem); Queue.c (exercise): sem_post(&pthSem); Queue.c (exercise): sem_wait(&pthSem); Queue.h (exercise):sem_t pthSem;