Searched refs:looperState (Results 1 – 2 of 2) sorted by relevance
90 int looperState; member486 if (srvIns->looperState == LS_RELOADNG) { in OnLooperStateChanged()488 srvIns->looperState = LS_RUNNING; in OnLooperStateChanged()489 } else if (srvIns->looperState == LS_STOPING) { in OnLooperStateChanged()534 srvIns->looperState = LS_RUNNING; in BeginLooper()535 while (srvIns->looperState) { in BeginLooper()562 srvIns->looperState = LS_STOPED; in BeginLooper()699 srvIns->looperState = LS_STOPING; in StopDhcpServer()711 return srvIns->looperState; in GetServerStatus()1892 srvIns->looperState = LS_IDLE; in InitServerContext()[all …]
41 int looperState; member