Home
last modified time | relevance | path

Searched refs:cancel_fd (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgsocket.c4352 GPollFD cancel_fd; in g_socket_condition_timed_wait() local
4363 if (g_cancellable_make_pollfd (cancellable, &cancel_fd)) in g_socket_condition_timed_wait()
4364 events[num_events++] = (WSAEVENT)cancel_fd.fd; in g_socket_condition_timed_wait()