Home
last modified time | relevance | path

Searched refs:threads (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_speed_test.c261 pthread_t threads; in main() local
270 if (pthread_create(&threads, NULL, StopHandler, NULL) != 0) { in main()
279 pthread_join(threads, NULL); in main()

Completed in 1 milliseconds