Searched refs:ioSendThread (Results 1 – 4 of 4) sorted by relevance
129 struct OsalThread ioSendThread; member
124 struct OsalThread ioSendThread; member
149 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()
144 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()