Home
last modified time | relevance | path

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

/applications/sample/camera/communication/hostapd/src/
H A Dhostapd_sample.c21 pthread_t g_apThread; variable
63 int ret = pthread_create(&g_apThread, NULL, ThreadMain, NULL); in main()
68 pthread_join(g_apThread, NULL); in main()

Completed in 0 milliseconds