Home
last modified time | relevance | path

Searched refs:ioSendThread (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h129 struct OsalThread ioSendThread; member
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkraw_speed.h124 struct OsalThread ioSendThread; member
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c149 ret = OsalThreadCreate(&acm->ioSendThread, (OsalThreadEntry)UsbIoSendThread, (void *)acm); in UsbStartIo()
155 ret = OsalThreadStart(&acm->ioSendThread, &threadCfg); in UsbStartIo()
192 ret = OsalThreadDestroy(&acm->ioSendThread); in UsbStopIo()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c144 ret = OsalThreadCreate(&acm->ioSendThread, (OsalThreadEntry)UsbIoSendThread, (void *)acm); in UsbStartIo()
150 ret = OsalThreadStart(&acm->ioSendThread, &threadCfg); in UsbStartIo()
187 ret = OsalThreadDestroy(&acm->ioSendThread); in UsbStopIo()