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

/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp212 ULONG ulIgnore; local
213 int rc = DosResetEventSem(SEM2HND(hEventMultiSem), &ulIgnore);
H A Dpipe-os2.cpp785 ULONG ulIgnore; local
786 orc = DosResetEventSem(pThis->hev, &ulIgnore);
916 ULONG ulIgnore; local
919 orc = DosResetEventSem(pThis->hev, &ulIgnore);

Completed in 45 milliseconds