Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_fileutils.h17 #define _PyIsSelectable_fd(FD) (1) macro
19 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE)
/external/python/cpython3/Modules/
Dselectmodule.c174 if (!_PyIsSelectable_fd(v)) { in seq2set()
D_ssl.c2360 if (!_PyIsSelectable_fd(s->sock_fd)) in PySSL_select()
Dsocketmodule.c616 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0)