Searched refs:ioThread (Results 1 – 11 of 11) sorted by relevance
/drivers/peripheral/usb/sample/host/liteos_test/include/ |
D | usbhost_sdkraw_speed.h | 123 struct OsalThread ioThread; member
|
/drivers/peripheral/usb/sample/host/include/ |
D | usbhost_sdkraw_speed.h | 128 struct OsalThread ioThread; member
|
/drivers/peripheral/usb/serial/include/ |
D | usb_serial_rawapi.h | 137 struct OsalThread ioThread; member
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
D | usb_raw_sdk_if_test.h | 113 struct OsalThread ioThread; member
|
D | usb_raw_sdk_if_test_io.cpp | 100 ret = OsalThreadCreate(&acm->ioThread, \ in UsbStartIo() 107 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo() 125 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
|
D | usb_raw_sdk_if_test.cpp | 101 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/ |
D | usbhost_sdkraw_speed.c | 128 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/ |
D | usbhost_sdkraw_speed.c | 133 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/ |
D | usb_raw_io.c | 94 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/ |
D | usb_raw_test.h | 248 struct OsalThread ioThread; member
|
/drivers/peripheral/usb/serial/src/ |
D | usb_serial_rawapi.c | 95 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()
|