Home
last modified time | relevance | path

Searched refs:PyThread_allocate_lock (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dvalgrind-python.supp18 fun:PyThread_allocate_lock
36 fun:PyThread_allocate_lock
51 fun:PyThread_allocate_lock
70 fun:PyThread_allocate_lock
89 fun:PyThread_allocate_lock
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dvalgrind-python.supp18 fun:PyThread_allocate_lock
36 fun:PyThread_allocate_lock
51 fun:PyThread_allocate_lock
70 fun:PyThread_allocate_lock
89 fun:PyThread_allocate_lock
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dvalgrind-python.supp18 fun:PyThread_allocate_lock
36 fun:PyThread_allocate_lock
51 fun:PyThread_allocate_lock
70 fun:PyThread_allocate_lock
89 fun:PyThread_allocate_lock
/dports/ftp/py-pycurl/pycurl-7.44.1/src/
H A Dthreadsupport.c135 pycurl_openssl_tsl[i] = PyThread_allocate_lock(); in pycurl_ssl_init()
185 if ((*((PyThread_type_lock *) m) = PyThread_allocate_lock()) == NULL) { in pycurl_ssl_mutex_create()
241 if ((*((PyThread_type_lock *) m) = PyThread_allocate_lock()) == NULL) { in pycurl_ssl_mutex_create()
301 lock->locks[i] = PyThread_allocate_lock(); in share_lock_new()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dthread.c311 keymutex = PyThread_allocate_lock(); in PyThread_create_key()
406 keymutex = PyThread_allocate_lock(); in PyThread_ReInitTLS()
H A Dthread_foobar.h44 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
H A Dthread_cthread.h66 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
/dports/lang/python27/Python-2.7.18/Python/
H A Dthread.c311 keymutex = PyThread_allocate_lock(); in PyThread_create_key()
406 keymutex = PyThread_allocate_lock(); in PyThread_ReInitTLS()
H A Dthread_foobar.h44 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
H A Dthread_cthread.h66 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread.c311 keymutex = PyThread_allocate_lock(); in PyThread_create_key()
406 keymutex = PyThread_allocate_lock(); in PyThread_ReInitTLS()
H A Dthread_foobar.h44 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
H A Dthread_pthread.h256 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
356 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
H A Dthread_cthread.h66 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
/dports/games/openage/openage-0.3.0-1262-ga554ab49/etc/
H A Dlsan.supp4 leak:PyThread_allocate_lock
/dports/lang/python27/Python-2.7.18/Include/
H A Dpythread.h17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dpythread.h17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpythread.h17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/dports/security/py-m2crypto/M2Crypto-0.38.0/src/SWIG/
H A D_threads.i43 lock_cs[i]=PyThread_allocate_lock(); in threading_init()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpythread.h25 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpythread.h25 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpystate.c73 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
79 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
139 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
140 runtime->interpreters.main->id_mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
141 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
181 interpreters->mutex = PyThread_allocate_lock(); in _PyInterpreterState_Enable()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpystate.c73 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
79 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
139 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
140 runtime->interpreters.main->id_mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
141 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
181 interpreters->mutex = PyThread_allocate_lock(); in _PyInterpreterState_Enable()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpystate.c73 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
79 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
139 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
140 runtime->interpreters.main->id_mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
141 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
181 interpreters->mutex = PyThread_allocate_lock(); in _PyInterpreterState_Enable()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
/dports/lang/python38/Python-3.8.12/Python/
H A Dpystate.c73 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
79 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl()
139 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
140 runtime->interpreters.main->id_mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
141 runtime->xidregistry.mutex = PyThread_allocate_lock(); in _PyRuntimeState_ReInitThreads()
181 interpreters->mutex = PyThread_allocate_lock(); in _PyInterpreterState_Enable()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()

12345678910>>...24