Searched refs:ioAsyncReceiveProcess (Results 1 – 2 of 2) sorted by relevance
306 …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()
76 struct OsalThread ioAsyncReceiveProcess; member