Searched refs:_ssl_locks_count (Results 1 – 2 of 2) sorted by relevance
25 do { if (_ssl_locks_count>0) { (save) = PyEval_SaveThread(); } } while (0)27 do { if (_ssl_locks_count>0) { PyEval_RestoreThread(save); } } while (0)260 static unsigned int _ssl_locks_count = 0; variable4080 (n < 0) || ((unsigned)n >= _ssl_locks_count)) in _ssl_thread_locking_function()4095 _ssl_locks_count = CRYPTO_num_locks(); in _setup_ssl_threads()4096 _ssl_locks = PyMem_New(PyThread_type_lock, _ssl_locks_count); in _setup_ssl_threads()4102 sizeof(PyThread_type_lock) * _ssl_locks_count); in _setup_ssl_threads()4103 for (i = 0; i < _ssl_locks_count; i++) { in _setup_ssl_threads()4189 _ssl_locks_count++; in init_ssl()
27 do { if (_ssl_locks_count>0) { (save) = PyEval_SaveThread(); } } while (0)29 do { if (_ssl_locks_count>0) { PyEval_RestoreThread(save); } _PySSL_FIX_ERRNO; } while (0)384 static unsigned int _ssl_locks_count = 0; variable5630 (n < 0) || ((unsigned)n >= _ssl_locks_count)) in _ssl_thread_locking_function()5645 _ssl_locks_count = CRYPTO_num_locks(); in _setup_ssl_threads()5646 _ssl_locks = PyMem_Calloc(_ssl_locks_count, in _setup_ssl_threads()5652 for (i = 0; i < _ssl_locks_count; i++) { in _setup_ssl_threads()5756 _ssl_locks_count++; in PyInit__ssl()