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

/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemevent-r0drv-os2.cpp201 ULONG ulData = (ULONG)VERR_INTERNAL_ERROR; local
204 &ulData);
208 rc = (int)ulData;
214 /* The event was destroyed (ulData == VINF_SUCCESS if it was after we awoke), as
H A Dsemeventmulti-r0drv-os2.cpp208 ULONG ulData = (ULONG)VERR_INTERNAL_ERROR; local
211 &ulData);
215 rc = (int)ulData;
221 /* The event was destroyed (ulData == VINF_SUCCESS if it was after we awoke), as

Completed in 42 milliseconds