Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd_test/
H A Dhostapd_sample.c12 pthread_t g_apThread; variable
31 int ret = pthread_create(&g_apThread, NULL, ThreadMain, NULL); in main()
36 pthread_join(g_apThread, NULL); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd_test/
H A Dhostapd_sample.c12 pthread_t g_apThread; variable
31 int ret = pthread_create(&g_apThread, NULL, ThreadMain, NULL); in main()
36 pthread_join(g_apThread, NULL); in main()

Completed in 1 milliseconds