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

/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp144 RTCRITSECT hostHeapCritSect; /* Heap serialization lock. */ member in struct:HGSMIINSTANCE
500 int rc = RTCritSectEnter (&pIns->hostHeapCritSect);
507 int rc = RTCritSectLeave (&pIns->hostHeapCritSect);
1572 rc = RTCritSectInit (&pIns->hostHeapCritSect);
1650 if (RTCritSectIsInitialized (&pIns->hostHeapCritSect))
1652 RTCritSectDelete (&pIns->hostHeapCritSect);

Completed in 56 milliseconds