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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp67 static RTSEMEVENTMULTI g_AutoMountEvent = NIL_RTSEMEVENTMULTI; variable
77 int rc = RTSemEventMultiCreate(&g_AutoMountEvent);
96 RTSemEventMultiDestroy(g_AutoMountEvent);
97 g_AutoMountEvent = NIL_RTSEMEVENTMULTI;
552 RTSemEventMultiDestroy(g_AutoMountEvent);
553 g_AutoMountEvent = NIL_RTSEMEVENTMULTI;
567 if (g_AutoMountEvent != NIL_RTSEMEVENTMULTI)
569 RTSemEventMultiDestroy(g_AutoMountEvent);
570 g_AutoMountEvent = NIL_RTSEMEVENTMULTI;
584 if (g_AutoMountEvent !
[all...]

Completed in 47 milliseconds