Searched refs:g_stopIoThreadFlag (Results 1 – 5 of 5) sorted by relevance
51 static bool g_stopIoThreadFlag = false; variable91 if (g_stopIoThreadFlag) { in UsbIoThread()93 g_stopIoThreadFlag = false; in UsbIoThread()107 while (!g_stopIoThreadFlag) { in UsbIoSendThread()125 g_stopIoThreadFlag = false; in UsbStartIo()170 if (!g_stopIoThreadFlag) { in UsbStopIo()172 g_stopIoThreadFlag = true; in UsbStopIo()176 while (g_stopIoThreadFlag) { in UsbStopIo()181 g_stopIoThreadFlag = false; in UsbStopIo()
49 static bool g_stopIoThreadFlag = false; variable88 if (g_stopIoThreadFlag) { in UsbIoThread()90 g_stopIoThreadFlag = false; in UsbIoThread()165 if (!g_stopIoThreadFlag) { in UsbStopIo()167 g_stopIoThreadFlag = true; in UsbStopIo()171 while (g_stopIoThreadFlag) { in UsbStopIo()176 g_stopIoThreadFlag = false; in UsbStopIo()
48 static bool g_stopIoThreadFlag = false; variable76 if (g_stopIoThreadFlag) { in UsbIoThread()78 g_stopIoThreadFlag = false; in UsbIoThread()121 if (!g_stopIoThreadFlag) { in UsbStopIo()123 g_stopIoThreadFlag = true; in UsbStopIo()
49 static bool g_stopIoThreadFlag = false; variable78 if (g_stopIoThreadFlag) { in UsbIoThread()80 g_stopIoThreadFlag = false; in UsbIoThread()121 if (!g_stopIoThreadFlag) { in UsbStopIo()123 g_stopIoThreadFlag = true; in UsbStopIo()
31 bool g_stopIoThreadFlag = false; variable68 if (g_stopIoThreadFlag == true) { in UsbIoThread()86 g_stopIoThreadFlag = false; in UsbStartIo()113 g_stopIoThreadFlag = true; in UsbStopIo()