Home
last modified time | relevance | path

Searched refs:UsbIoSendThread (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c103 static int32_t UsbIoSendThread(void *data) in UsbIoSendThread() function
149 ret = OsalThreadCreate(&acm->ioSendThread, (OsalThreadEntry)UsbIoSendThread, (void *)acm); in UsbStartIo()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c100 static int32_t UsbIoSendThread(void *data) in UsbIoSendThread() function
144 ret = OsalThreadCreate(&acm->ioSendThread, (OsalThreadEntry)UsbIoSendThread, (void *)acm); in UsbStartIo()