Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd_ext.c41 pthread_t g_tid; variable
101 g_tid = 0; in WpaThreadMain()
179 while (g_tid != 0) { in StartWpaSupplicant()
188 ret = pthread_create(&g_tid, NULL, WpaThreadMain, (void *)startCmd); in StartWpaSupplicant()
193 pthread_setname_np(g_tid, "WpaMainThread"); in StartWpaSupplicant()
263 while (g_tid != 0) { in WpaInterfaceStop()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c50 static pid_t g_tid; variable
195 g_tid = (pid_t)syscall(SYS_gettid); in ReapProcess()
301 kill(g_tid, SIGUSR1); in BeginProcess()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.c36 pthread_t g_tid; variable
115 ret = pthread_create(&g_tid, NULL, ApThreadMain, (void *)startCmd); in StartApMain()
120 pthread_setname_np(g_tid, "ApMainThread"); in StartApMain()

Completed in 3 milliseconds