Home
last modified time | relevance | path

Searched refs:g_stopIoThreadFlag (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_sdkraw_speed.c51 static bool g_stopIoThreadFlag = false; variable
91 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()
/drivers/peripheral/usb/sample/host/src/
Dusbhost_sdkraw_speed.c49 static bool g_stopIoThreadFlag = false; variable
88 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()
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_raw_sdk_if_test_io.cpp48 static bool g_stopIoThreadFlag = false; variable
76 if (g_stopIoThreadFlag) { in UsbIoThread()
78 g_stopIoThreadFlag = false; in UsbIoThread()
121 if (!g_stopIoThreadFlag) { in UsbStopIo()
123 g_stopIoThreadFlag = true; in UsbStopIo()
Dusb_raw_sdk_if_test.cpp49 static bool g_stopIoThreadFlag = false; variable
78 if (g_stopIoThreadFlag) { in UsbIoThread()
80 g_stopIoThreadFlag = false; in UsbIoThread()
121 if (!g_stopIoThreadFlag) { in UsbStopIo()
123 g_stopIoThreadFlag = true; in UsbStopIo()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
Dusb_raw_io.c31 bool g_stopIoThreadFlag = false; variable
68 if (g_stopIoThreadFlag == true) { in UsbIoThread()
86 g_stopIoThreadFlag = false; in UsbStartIo()
113 g_stopIoThreadFlag = true; in UsbStopIo()