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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR0IdcClient.c38 static PSUPDRVIDCHANDLE volatile g_pMainHandle = NULL; variable
127 ASMAtomicCmpXchgPtr(&g_pMainHandle, pHandle, NULL);
169 ASMAtomicCmpXchgPtr(&g_pMainHandle, NULL, pHandle);
205 PSUPDRVIDCHANDLE pHandle = ASMAtomicUoReadPtrT(&g_pMainHandle, PSUPDRVIDCHANDLE);

Completed in 42 milliseconds