Searched defs:hCondVar (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcondvar.h86 * @param hCondVar Handle of the condition variable. NIL_RTCONDVAR
89 RTDECL(int) RTConvVarDestroy(RTCONDVAR hCondVar); variable
103 RTDECL(int) RTConvVarSignal(RTCONDVAR hCondVar); variable
117 RTDECL(int) RTConvVarBroadcast(RTCONDVAR hCondVar); variable
133 RTDECL(int) RTConvVarMutexWait(RTCONDVAR hCondVar, RTSEMMUTEX hMtx, RTMSINTERVAL cMillies);
147 RTDECL(int) RTConvVarMutexWaitNoResume(RTCONDVAR hCondVar, RTSEMMUTEX hMtx, RTMSINTERVAL cMillies);
164 RTDECL(int) RTConvVarRWWriteWait(RTCONDVAR hCondVar, RTSEMRW hRWSem, RTMSINTERVAL cMillies);
179 RTDECL(int) RTConvVarRWWriteWaitNoResume(RTCONDVAR hCondVar, RTSEMRW hRWSem, RTMSINTERVAL cMillies);
196 RTDECL(int) RTConvVarRWReadWait(RTCONDVAR hCondVar, RTSEMRW hRWSem, RTMSINTERVAL cMillies);
211 RTDECL(int) RTConvVarRWReadWaitNoResume(RTCONDVAR hCondVar, RTSEMR
[all...]

Completed in 798 milliseconds