Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c306 …ret = OsalThreadCreate(&interfacePool->ioAsyncReceiveProcess, (void *)IoAsyncReceiveProcess, (void… in UsbIoStart()
312 ret = OsalThreadStart(&interfacePool->ioAsyncReceiveProcess, &threadCfg); in UsbIoStart()
321 OsalThreadDestroy(&interfacePool->ioAsyncReceiveProcess); in UsbIoStart()
377 ret = OsalThreadDestroy(&interfacePool->ioAsyncReceiveProcess); in UsbIoStop()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h76 struct OsalThread ioAsyncReceiveProcess; member