Home
last modified time | relevance | path

Searched refs:ioThread (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/usb/sample/host/liteos_test/include/
Dusbhost_sdkraw_speed.h123 struct OsalThread ioThread; member
/drivers/peripheral/usb/sample/host/include/
Dusbhost_sdkraw_speed.h128 struct OsalThread ioThread; member
/drivers/peripheral/usb/serial/include/
Dusb_serial_rawapi.h137 struct OsalThread ioThread; member
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_raw_sdk_if_test.h113 struct OsalThread ioThread; member
Dusb_raw_sdk_if_test_io.cpp100 ret = OsalThreadCreate(&acm->ioThread, \ in UsbStartIo()
107 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
125 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
Dusb_raw_sdk_if_test.cpp101 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
107 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
125 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
/drivers/peripheral/usb/sample/host/src/
Dusbhost_sdkraw_speed.c128 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
134 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
181 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_sdkraw_speed.c133 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
139 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
186 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
Dusb_raw_io.c94 ret = OsalThreadCreate(&g_acm->ioThread, \ in UsbStartIo()
101 ret = OsalThreadStart(&g_acm->ioThread, &threadCfg); in UsbStartIo()
115 ret = OsalThreadDestroy(&g_acm->ioThread); in UsbStopIo()
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
Dusb_raw_test.h248 struct OsalThread ioThread; member
/drivers/peripheral/usb/serial/src/
Dusb_serial_rawapi.c95 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
101 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
133 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()