Home
last modified time | relevance | path

Searched refs:Pthread_cond_wait (Results 1 – 7 of 7) sorted by relevance

/dports/net/libunp/unpv12e/threads/
H A Dexample03.c13 #define Pthread_cond_wait(cptr,mptr) \ macro
68 Pthread_cond_wait(&bptr->b_cond_producer, &bptr->b_mutex); in produce()
90 Pthread_cond_wait(&bptr->b_cond_consumer, &bptr->b_mutex); in consume()
H A Dunpthread.h23 void Pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
H A Dweb03.c74 Pthread_cond_wait(&ndone_cond, &ndone_mutex); in main()
/dports/net/libunp/unpv12e/server/
H A Dpthread08.c23 Pthread_cond_wait(&clifd_cond, &clifd_mutex); in thread_main()
H A Dunpthread.h23 void Pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
/dports/net/libunp/unpv12e/lib/
H A Dunpthread.h23 void Pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *);
H A Dwrappthread.c124 Pthread_cond_wait(pthread_cond_t *cptr, pthread_mutex_t *mptr) in Pthread_cond_wait() function