Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c31 #define PySSL_BLOCK_THREADS PySSL_END_ALLOW_THREADS_S(_save); macro
40 #define PySSL_BLOCK_THREADS macro
/external/python/cpython3/Modules/
D_ssl.c33 #define PySSL_BLOCK_THREADS PySSL_END_ALLOW_THREADS_S(_save); macro