Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Modules/
Dsocketmodule.c558 #define IS_SELECTABLE(s) 1 macro
563 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0) macro