Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c233 struct OsalThread g_threadRead; variable
248 ret = OsalThreadCreate(&g_threadRead, (OsalThreadEntry)SpeedReadThread, port); in StartThreadReadSpeed()
254 ret = OsalThreadStart(&g_threadRead, &threadCfg); in StartThreadReadSpeed()