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

/vbox/include/iprt/
H A Dcondvar.h53 * @param phCondVar Where to store the handle to the newly created
56 RTDECL(int) RTConvVarCreate(PRTCONDVAR phCondVar); variable
62 * @param phCondVar Where to store the handle to the newly created
74 RTDECL(int) RTConvVarCreateEx(PRTCONDVAR phCondVar, uint32_t fFlags, RTLOCKVALCLASS hClass, const char *pszNameFmt, ...);

Completed in 59 milliseconds