Lines Matching refs:pcp
386 * @pcp: Pointer to the associated condition variable
390 static inline void __set_cv(pthread_mutex_t *pmp, pthread_cond_t *pcp,
397 pthread_cond_signal(pcp);
404 * @pcp: Pointer to the associated condition variable
408 static inline void __wait_cv(pthread_mutex_t *pmp, pthread_cond_t *pcp,
413 pthread_cond_wait(pcp, pmp);