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

/vbox/src/VBox/Runtime/r3/win/
H A Dsemevent-win.cpp195 DECL_FORCE_INLINE(int) rtSemEventWaitHandleStatus(struct RTSEMEVENTINTERNAL *pThis, DWORD rc) function
244 return rtSemEventWaitHandleStatus(pThis, rc);
258 return rtSemEventWaitHandleStatus(pThis, rc);
H A Dsemeventmulti-win.cpp206 rtSemEventWaitHandleStatus(struct RTSEMEVENTMULTIINTERNAL *pThis, uint32_t fFlags, DWORD rc) function
288 return rtSemEventWaitHandleStatus(pThis, fFlags, rc);
307 return rtSemEventWaitHandleStatus(pThis, fFlags, rc);

Completed in 43 milliseconds