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

/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp177 * @param phEvtM Where to store the semaphore handle so the caller
180 static int rtOnceOtherThread(PRTONCE pOnce, PRTSEMEVENTMULTI phEvtM) argument
194 int rc = RTSemEventMultiCreate(phEvtM);
197 ASMAtomicWriteHandle(&pOnce->hEventMulti, *phEvtM);
209 RTSemEventMultiDestroy(*phEvtM);
210 *phEvtM = NIL_RTSEMEVENTMULTI;
218 *phEvtM = NIL_RTSEMEVENTMULTI;
242 if (*phEvtM == NIL_RTSEMEVENTMULTI)
252 if (*phEvtM == NIL_RTSEMEVENTMULTI)
265 ASMAtomicReadHandle(&pOnce->hEventMulti, phEvtM);
[all...]

Completed in 42 milliseconds