Searched refs:WaitForConnection (Results 1 – 2 of 2) sorted by relevance
38 using WaitForConnection = bool (*)(); typedef50 WaitForConnection g_waitForConnection = nullptr;105 …g_waitForConnection = reinterpret_cast<WaitForConnection>(dlsym(handlerConnectServerSo_, "WaitForC… in InitFunc()115 g_waitForConnection = reinterpret_cast<WaitForConnection>(&Toolchain::WaitForConnection); in InitFunc()
58 using WaitForConnection = bool (*)(); typedef339 …auto waitForConnection = reinterpret_cast<WaitForConnection>(dlsym(handlerConnectServerSo_, "WaitF… in RemoveInstance()