Lines Matching refs:isAlive
92 if (isAlive) { in WatcherTimerCallBack()
110 isAlive = true; in WatcherTimerCallBack()
122 isAlive = false; in WatcherTimerCallBack()
131 isAlive = false; in CloseUartDevice()
246 while (isAlive && dataReadBuf.size() < MAX_READ_BUFFER) { in DeamonReadThread()
268 if (isAlive) { in DeamonReadThread()
275 isAlive = false; in DeamonReadThread()
281 while (isAlive) { in DeamonWriteThread()
316 if (isAlive and !hSession->isDead and uartHandle >= 0 and !hSession->hUART->resetIO) { in IsSendReady()
319 if (!isAlive) { in IsSendReady()
348 isAlive = false; in Stop()