Home
last modified time | relevance | path

Searched refs:id_mutex (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A DValueCache.cpp13 std::mutex id_mutex; variable
23 std::unique_lock<std::mutex> lock(id_mutex); in getId()
/dports/lang/python37/Python-3.7.12/Python/
H A Dpystate.c133 interp->id_mutex = NULL; in PyInterpreterState_New()
259 if (interp->id_mutex != NULL) { in PyInterpreterState_Delete()
260 PyThread_free_lock(interp->id_mutex); in PyInterpreterState_Delete()
303 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
306 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
307 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
320 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDIncref()
323 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDIncref()
325 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
332 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDDecref()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpystate.c149 if (runtime->interpreters.main->id_mutex == NULL) { in _PyRuntimeState_ReInitThreads()
340 if (interp->id_mutex != NULL) { in _PyInterpreterState_Delete()
341 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_Delete()
382 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
383 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
462 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
466 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
485 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
493 assert(interp->id_mutex != NULL); in _PyInterpreterState_IDDecref()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpystate.c149 if (runtime->interpreters.main->id_mutex == NULL) { in _PyRuntimeState_ReInitThreads()
340 if (interp->id_mutex != NULL) { in _PyInterpreterState_Delete()
341 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_Delete()
382 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
383 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
462 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
466 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
485 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
493 assert(interp->id_mutex != NULL); in _PyInterpreterState_IDDecref()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpystate.c149 if (runtime->interpreters.main->id_mutex == NULL) { in _PyRuntimeState_ReInitThreads()
340 if (interp->id_mutex != NULL) { in _PyInterpreterState_Delete()
341 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_Delete()
382 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
383 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
462 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
466 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
485 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
493 assert(interp->id_mutex != NULL); in _PyInterpreterState_IDDecref()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dpystate.c149 if (runtime->interpreters.main->id_mutex == NULL) { in _PyRuntimeState_ReInitThreads()
340 if (interp->id_mutex != NULL) { in _PyInterpreterState_Delete()
341 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_Delete()
382 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
383 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
462 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
466 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
485 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
493 assert(interp->id_mutex != NULL); in _PyInterpreterState_IDDecref()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dpystate.c149 if (runtime->interpreters.main->id_mutex == NULL) { in _PyRuntimeState_ReInitThreads()
340 if (interp->id_mutex != NULL) { in _PyInterpreterState_Delete()
341 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_Delete()
382 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
383 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
462 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
465 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
466 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
485 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
493 assert(interp->id_mutex != NULL); in _PyInterpreterState_IDDecref()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dpystate.c369 if (interp->id_mutex != NULL) { in PyInterpreterState_Delete()
370 PyThread_free_lock(interp->id_mutex); in PyInterpreterState_Delete()
404 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
405 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
482 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
485 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
486 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
499 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDIncref()
504 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
511 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDDecref()
[all …]
/dports/lang/python310/Python-3.10.1/Python/
H A Dpystate.c412 if (interp->id_mutex != NULL) { in PyInterpreterState_Delete()
413 PyThread_free_lock(interp->id_mutex); in PyInterpreterState_Delete()
448 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
449 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
528 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
531 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
532 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
549 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDIncref()
551 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
559 assert(interp->id_mutex != NULL); in _PyInterpreterState_IDDecref()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/radeon/
H A Dradeon_cs_gem.c81 static pthread_mutex_t id_mutex = PTHREAD_MUTEX_INITIALIZER; variable
100 pthread_mutex_lock( &id_mutex ); in generate_id()
109 pthread_mutex_unlock( &id_mutex ); in generate_id()
118 pthread_mutex_lock( &id_mutex ); in free_id()
122 pthread_mutex_unlock( &id_mutex ); in free_id()
/dports/graphics/libdrm/libdrm-2.4.110/radeon/
H A Dradeon_cs_gem.c81 static pthread_mutex_t id_mutex = PTHREAD_MUTEX_INITIALIZER; variable
100 pthread_mutex_lock( &id_mutex ); in generate_id()
109 pthread_mutex_unlock( &id_mutex ); in generate_id()
118 pthread_mutex_lock( &id_mutex ); in free_id()
122 pthread_mutex_unlock( &id_mutex ); in free_id()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/radeon/
H A Dradeon_cs_gem.c81 static pthread_mutex_t id_mutex = PTHREAD_MUTEX_INITIALIZER; variable
100 pthread_mutex_lock( &id_mutex ); in generate_id()
109 pthread_mutex_unlock( &id_mutex ); in generate_id()
118 pthread_mutex_lock( &id_mutex ); in free_id()
122 pthread_mutex_unlock( &id_mutex ); in free_id()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpystate.c511 if (interp->id_mutex != NULL) { in PyInterpreterState_Delete()
512 PyThread_free_lock(interp->id_mutex); in PyInterpreterState_Delete()
547 if (interp->id_mutex != NULL) { in _PyInterpreterState_DeleteExceptMain()
548 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
627 if (interp->id_mutex != NULL) { in _PyInterpreterState_IDInitref()
630 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
631 if (interp->id_mutex == NULL) { in _PyInterpreterState_IDInitref()
648 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDIncref()
650 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
658 assert(interp->id_mutex != NULL); in _PyInterpreterState_IDDecref()
[all …]
/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_interp.h84 PyThread_type_lock id_mutex; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_interp.h84 PyThread_type_lock id_mutex; member
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_interp.h233 PyThread_type_lock id_mutex; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_interp.h233 PyThread_type_lock id_mutex; member
/dports/databases/py-gdbm/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h75 PyThread_type_lock id_mutex; member
/dports/databases/py-sqlite3/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h75 PyThread_type_lock id_mutex; member
/dports/lang/python38/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h75 PyThread_type_lock id_mutex; member
/dports/lang/python-tools/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h75 PyThread_type_lock id_mutex; member
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h75 PyThread_type_lock id_mutex; member
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_interp.h262 PyThread_type_lock id_mutex; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/internal/
H A Dpycore_pystate.h75 PyThread_type_lock id_mutex; member
/dports/lang/python37/Python-3.7.12/Include/
H A Dpystate.h120 PyThread_type_lock id_mutex; member

12