Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_speed_read.c100 static void *StopHandler(void *arg) in StopHandler() function
133 if (pthread_create(&g_threads, NULL, StopHandler, NULL) != 0) { in StartStopHandler()
H A Dacm_speed_write.c101 static void *StopHandler(void *arg) in StopHandler() function
134 if (pthread_create(&g_threads, NULL, StopHandler, NULL) != 0) { in StartStopHandler()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_speed_test.c147 static void *StopHandler(void) in StopHandler() function
270 if (pthread_create(&threads, NULL, StopHandler, NULL) != 0) { in main()