Searched refs:CheckStopServer (Results 1 – 2 of 2) sorted by relevance
47 static void CheckStopServer(uv_idle_t *arg);
54 void Runtime::CheckStopServer(uv_idle_t *arg) in CheckStopServer() function in HdcTest::Runtime78 uv_idle_start(idt, CheckStopServer); in StartServer()