Searched refs:Cnd (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemmutex-r0drv-solaris.c70 kcondvar_t Cnd; member in struct:RTSEMMUTEXINTERNAL
92 cv_init(&pThis->Cnd, "IPRT CVM", CV_DRIVER, NULL);
123 cv_broadcast(&pThis->Cnd);
132 cv_destroy(&pThis->Cnd);
177 rc = cv_timedwait_sig(&pThis->Cnd, &pThis->Mtx, cTimeout);
179 rc = cv_timedwait(&pThis->Cnd, &pThis->Mtx, cTimeout);
184 rc = cv_wait_sig(&pThis->Cnd, &pThis->Mtx);
187 cv_wait(&pThis->Cnd, &pThis->Mtx);
243 cv_destroy(&pThis->Cnd);
355 cv_signal(&pThis->Cnd);
[all...]
H A Dsemeventmulti-r0drv-solaris.c88 kcondvar_t Cnd; member in struct:RTSEMEVENTMULTIINTERNAL
114 cv_init(&pThis->Cnd, "IPRT CV", CV_DRIVER, NULL);
144 cv_destroy(&pThis->Cnd);
179 cv_broadcast(&pThis->Cnd);
211 cv_broadcast(&pThis->Cnd);
315 rtR0SemSolWaitDoIt(&Wait, &pThis->Cnd, &pThis->Mtx, &pThis->fStateAndGen, fOrgStateAndGen);
H A Dsemevent-r0drv-solaris.c90 kcondvar_t Cnd; member in struct:RTSEMEVENTINTERNAL
118 cv_init(&pThis->Cnd, "IPRT CV", CV_DRIVER, NULL);
146 cv_destroy(&pThis->Cnd);
193 cv_broadcast(&pThis->Cnd);
306 rtR0SemSolWaitDoIt(&Wait, &pThis->Cnd, &pThis->Mtx, &Waiter.fWokenUp, false);

Completed in 59 milliseconds