Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dselectmodule.c1418 SOCKET s_fd = (SOCKET)fd; in select_epoll_fromfd_impl() local
1419 return newPyEpoll_Object(type, FD_SETSIZE - 1, s_fd); in select_epoll_fromfd_impl()
2084 SOCKET s_fd = (SOCKET)fd; in select_kqueue_fromfd_impl() local
2086 return newKqueue_Object(type, s_fd); in select_kqueue_fromfd_impl()

Completed in 3 milliseconds