Searched refs:phEventMulti (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibSem.cpp167 SUPDECL(int) SUPSemEventMultiCreate(PSUPDRVSESSION pSession, PSUPSEMEVENTMULTI phEventMulti) argument
169 AssertPtrReturn(phEventMulti, VERR_INVALID_POINTER);
174 *phEventMulti = (SUPSEMEVENTMULTI)(uintptr_t)Req.u.Out.hSem;
H A DSUPDrvSem.cpp239 SUPDECL(int) SUPSemEventMultiCreate(PSUPDRVSESSION pSession, PSUPSEMEVENTMULTI phEventMulti) argument
248 AssertPtrReturn(phEventMulti, VERR_INVALID_POINTER);
263 *phEventMulti = (SUPSEMEVENTMULTI)(uintptr_t)h32;
/vbox/include/VBox/
H A Dsup.h877 * @param phEventMulti Where to return the handle to the event semaphore.
879 SUPDECL(int) SUPSemEventMultiCreate(PSUPDRVSESSION pSession, PSUPSEMEVENTMULTI phEventMulti);

Completed in 50 milliseconds