Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c283 static int32_t GetCharThread(void *arg) in GetCharThread() function
304 ret = OsalThreadCreate(&g_Getchar, (OsalThreadEntry)GetCharThread, NULL); in StartThreadGetChar()