Home
last modified time | relevance | path

Searched defs:IS_SELECTABLE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dsocketmodule.c490 #define IS_SELECTABLE(s) 1 macro
495 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0.0) macro
/external/python/cpython3/Modules/
Dsocketmodule.c581 #define IS_SELECTABLE(s) 1 macro
586 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0) macro