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

/vbox/src/VBox/Main/include/
H A DHostPower.h74 static DECLCALLBACK(int) powerChangeNotificationThread(RTTHREAD ThreadSelf, void *pInstance);
/vbox/src/VBox/Main/src-server/darwin/
H A DHostPowerDarwin.cpp37 int rc = RTThreadCreate(&mThread, HostPowerServiceDarwin::powerChangeNotificationThread, this, 65536,
62 DECLCALLBACK(int) HostPowerServiceDarwin::powerChangeNotificationThread(RTTHREAD /* ThreadSelf */, void *pInstance) function in class:HostPowerServiceDarwin

Completed in 42 milliseconds