Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_commands.py133 timeout_event = Event()
136 timeout_event.set()
147 if timeout_event.is_set():
/third_party/pulseaudio/src/pulsecore/
H A Dsocket-client.c73 pa_time_event *timeout_event; member
108 if (c->timeout_event) { in free_events()
109 c->mainloop->time_free(c->timeout_event); in free_events()
110 c->timeout_event = NULL; in free_events()
423 pa_assert(!c->timeout_event);
425 c->timeout_event = c->mainloop->time_new(c->mainloop, pa_timeval_rtstore(&tv, pa_rtclock_now() + CONNECT_TIMEOUT * PA_USEC_PER_SEC, use_rtclock), timeout_cb, c);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h5265 struct timeout_event { struct
5267 } timeout_event; member
H A Ddriver_nl80211_event.c628 os_memcpy(event.timeout_event.addr, nla_data(addr), ETH_ALEN); in mlme_timeout_event()
H A Ddriver_nl80211.c3575 os_memcpy(event.timeout_event.addr, drv->auth_bssid_, in wpa_driver_nl80211_authenticate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h5792 struct timeout_event { struct
5794 } timeout_event; member
H A Ddriver_nl80211_event.c1093 os_memcpy(event.timeout_event.addr, nla_data(addr), ETH_ALEN);
H A Ddriver_nl80211.c4163 os_memcpy(event.timeout_event.addr, drv->auth_bssid_, in wpa_driver_nl80211_authenticate()

Completed in 51 milliseconds