Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c156 static int32_t SendProcess(void *argurb) in SendProcess() function
392 ret = OsalThreadCreate(&urbSendProcess, (OsalThreadEntry)SendProcess, NULL); in main()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c103 static int32_t SendProcess(void *argurb) in SendProcess() function
356 ret = OsalThreadCreate(&urbSendProcess, (OsalThreadEntry)SendProcess, NULL); in UsbSerialSpeedThreadCreate()