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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1341 uint32_t u32Clients = ASMAtomicIncU32(&mcVRDPClients); local
1344 if ( (u32Clients == 1)
1375 uint32_t u32Clients = ASMAtomicDecU32(&mcVRDPClients); local
1379 if ( (u32Clients == 0)
1434 if (u32Clients == 0)
1438 if (u32Clients == 0)

Completed in 76 milliseconds