Searched refs:PyThread_allocate_lock (Results 1 – 25 of 29) sorted by relevance
12
383 PyThread_allocate_lock(void) in PyThread_allocate_lock() function574 PyThread_allocate_lock(void) in PyThread_allocate_lock() function732 PyThread_type_lock new_lock = PyThread_allocate_lock(); in _PyThread_at_fork_reinit()
78 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()84 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()92 runtime->unicode_ids.lock = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()194 interpreters->mutex = PyThread_allocate_lock(); in _PyInterpreterState_Enable()531 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
275 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
124 import_lock = PyThread_allocate_lock(); in _PyImport_AcquireLock()
33 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
140 lock = PyThread_allocate_lock(); in _PySSL_keylog_callback()
730 thread.running = PyThread_allocate_lock(); in faulthandler_dump_traceback_later()736 thread.cancel_event = PyThread_allocate_lock(); in faulthandler_dump_traceback_later()1084 lock = PyThread_allocate_lock(); in faulthandler_fatal_error_c_thread()
325 self->lock = PyThread_allocate_lock(); in _bz2_BZ2Compressor___init___impl()647 PyThread_type_lock lock = PyThread_allocate_lock(); in _bz2_BZ2Decompressor___init___impl()
88 self->lock = PyThread_allocate_lock(); in simplequeue_new_impl()
519 self->rlock_lock = PyThread_allocate_lock(); in rlock_new()613 self->lock_lock = PyThread_allocate_lock(); in newlockobject()
808 self->lock = PyThread_allocate_lock(); in Compressor_init()1230 PyThread_type_lock lock = PyThread_allocate_lock(); in _lzma_LZMADecompressor___init___impl()
586 self->lock = PyThread_allocate_lock(); in EVP_update()1584 self->lock = PyThread_allocate_lock(); in _hmac_update()
726 chan->mutex = PyThread_allocate_lock(); in _channel_new()938 channels->mutex = PyThread_allocate_lock(); in _channels_init()
882 tables_lock = PyThread_allocate_lock(); in tracemalloc_init()
273 self->lock = PyThread_allocate_lock(); in newcompobject()
2893 thread_done = PyThread_allocate_lock(); in test_thread_state()4378 test_c_thread.start_event = PyThread_allocate_lock(); in call_in_temporary_c_thread()4379 test_c_thread.exit_event = PyThread_allocate_lock(); in call_in_temporary_c_thread()
53 fun:PyThread_allocate_lock61 fun:PyThread_allocate_lock
1719 function PyThread_allocate_lock
372 _PyOS_ReadlineLock = PyThread_allocate_lock(); in PyOS_Readline()
279 self->lock = PyThread_allocate_lock(); in _blake2_blake2s_update()
280 self->lock = PyThread_allocate_lock(); in _blake2_blake2b_update()
393 self->lock = PyThread_allocate_lock(); in _sha3_sha3_224_update()
603 function,PyThread_allocate_lock,3.2,
547 EXPORT_FUNC(PyThread_allocate_lock)
271 PyThread_type_lock lock = PyThread_allocate_lock(); in test_bpo20891()