Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c4090 static int _setup_ssl_threads(void) { in _setup_ssl_threads() function
4184 if (!_setup_ssl_threads()) { in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c5640 static int _setup_ssl_threads(void) { in _setup_ssl_threads() function
5751 if (!_setup_ssl_threads()) { in PyInit__ssl()