Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c32 #define PySSL_UNBLOCK_THREADS PySSL_BEGIN_ALLOW_THREADS_S(_save); macro
41 #define PySSL_UNBLOCK_THREADS macro
/external/python/cpython3/Modules/
D_ssl.c34 #define PySSL_UNBLOCK_THREADS PySSL_BEGIN_ALLOW_THREADS_S(_save); macro