/external/python/cpython3/Python/ |
D | brc.c | 74 PyMutex_Unlock(&bucket->mutex); in _Py_brc_queue_object() 82 PyMutex_Unlock(&bucket->mutex); in _Py_brc_queue_object() 99 PyMutex_Unlock(&bucket->mutex); in _Py_brc_queue_object() 128 PyMutex_Unlock(&bucket->mutex); in _Py_brc_merge_refcounts() 154 PyMutex_Unlock(&bucket->mutex); in _Py_brc_init_thread() 188 PyMutex_Unlock(&bucket->mutex); in _Py_brc_remove_thread()
|
D | qsbr.c | 208 PyMutex_Unlock(&shared->mutex); in _Py_qsbr_reserve() 231 PyMutex_Unlock(&shared->mutex); in _Py_qsbr_register() 259 PyMutex_Unlock(&shared->mutex); in _Py_qsbr_unregister()
|
D | critical_section.c | 64 PyMutex_Unlock(c->_cs_mutex); in _PyCriticalSection_SuspendAll() 68 PyMutex_Unlock(c2->_cs_mutex2); in _PyCriticalSection_SuspendAll()
|
D | lock.c | 394 PyMutex_Unlock(&m->mutex); in _PyRecursiveMutex_Unlock() 585 #undef PyMutex_Unlock 587 PyMutex_Unlock(PyMutex *m) in PyMutex_Unlock() function
|
D | ceval_gil.c | 787 PyMutex_Unlock(&pending->mutex); in _PyEval_AddPendingCall() 860 PyMutex_Unlock(&pending->mutex); in _make_pending_calls() 910 PyMutex_Unlock(&pending->mutex); in clear_pending_handling_thread() 936 PyMutex_Unlock(&pending->mutex); in make_pending_calls() 940 PyMutex_Unlock(&pending->mutex); in make_pending_calls()
|
D | pylifecycle.c | 3370 PyMutex_Unlock(&state->mutex); in Py_AtExit() 3374 PyMutex_Unlock(&state->mutex); in Py_AtExit() 3391 PyMutex_Unlock(&state->mutex); in call_ll_exitfuncs() 3395 PyMutex_Unlock(&state->mutex); in call_ll_exitfuncs()
|
D | crossinterp_data_lookup.h | 100 PyMutex_Unlock(®istry->mutex); in _xidregistry_unlock()
|
/external/python/cpython3/Include/cpython/ |
D | lock.h | 37 PyAPI_FUNC(void) PyMutex_Unlock(PyMutex *m); 60 PyMutex_Unlock(m); in _PyMutex_Unlock() 63 #define PyMutex_Unlock _PyMutex_Unlock macro
|
/external/python/cpython3/Modules/_testinternalcapi/ |
D | test_lock.c | 40 PyMutex_Unlock(&m); in test_lock_basic() 62 PyMutex_Unlock(m); in lock_thread() 93 PyMutex_Unlock(&test_data.m); in test_lock_two_threads() 122 PyMutex_Unlock(&test_data->m); in counter_thread() 164 PyMutex_Unlock(&test_data->m); in slow_counter_thread() 227 PyMutex_Unlock(&bench_data->m); in thread_benchmark_locks()
|
/external/python/cpython3/Include/internal/ |
D | pycore_critical_section.h | 148 PyMutex_Unlock(c->_cs_mutex); in _PyCriticalSection_End() 203 PyMutex_Unlock(c->_cs_mutex2); in _PyCriticalSection2_End() 205 PyMutex_Unlock(c->_cs_base._cs_mutex); in _PyCriticalSection2_End()
|
D | pycore_weakref.h | 25 #define UNLOCK_WEAKREFS(obj) PyMutex_Unlock(&WEAKREF_LIST_LOCK(obj)) 30 #define UNLOCK_WEAKREFS_FOR_WR(wr) PyMutex_Unlock(wr->weakrefs_lock)
|
D | pycore_pystate.h | 266 PyMutex_Unlock(&(runtime)->interpreters.mutex)
|
/external/python/cpython3/Modules/ |
D | hashlib.h | 58 PyMutex_Unlock(&(obj)->mutex); \
|
D | rotatingtree.c | 27 PyMutex_Unlock(&random_mutex); in randombits()
|
D | _threadmodule.c | 112 PyMutex_Unlock(&handle->mutex); in get_thread_handle_state() 121 PyMutex_Unlock(&handle->mutex); in set_thread_handle_state() 129 PyMutex_Unlock(&handle->mutex); in ThreadHandle_ident() 141 PyMutex_Unlock(&handle->mutex); in ThreadHandle_get_os_handle() 386 PyMutex_Unlock(&self->mutex); in ThreadHandle_start() 391 PyMutex_Unlock(&self->mutex); in ThreadHandle_start() 437 PyMutex_Unlock(&self->mutex); in ThreadHandle_start() 2397 PyMutex_Unlock(&hobj->handle->mutex); in thread__make_thread_handle()
|
D | md5module.c | 208 PyMutex_Unlock(&self->mutex); in MD5Type_update()
|
D | sha1module.c | 201 PyMutex_Unlock(&self->mutex); in SHA1Type_update()
|
D | sha2module.c | 384 PyMutex_Unlock(&self->mutex); in SHA256Type_update() 418 PyMutex_Unlock(&self->mutex); in SHA512Type_update()
|
D | grpmodule.c | 313 PyMutex_Unlock(&getgrall_mutex); in grp_getgrall_impl()
|
D | _interpqueuesmodule.c | 1420 PyMutex_Unlock(&_globals.mutex); in _globals_init() 1425 PyMutex_Unlock(&_globals.mutex); in _globals_init() 1441 PyMutex_Unlock(&_globals.mutex); in _globals_fini()
|
D | sha3module.c | 268 PyMutex_Unlock(&self->mutex); in _sha3_sha3_224_update()
|
/external/python/cpython3/Objects/ |
D | obmalloc.c | 501 PyMutex_Unlock(&ALLOCATORS_MUTEX); in _PyMem_SetDefaultAllocator() 645 PyMutex_Unlock(&ALLOCATORS_MUTEX); in _PyMem_SetupAllocators() 732 PyMutex_Unlock(&ALLOCATORS_MUTEX); in _PyMem_GetCurrentAllocatorName() 836 PyMutex_Unlock(&ALLOCATORS_MUTEX); in PyMem_SetupDebugHooks() 874 PyMutex_Unlock(&ALLOCATORS_MUTEX); in PyMem_GetAllocator() 882 PyMutex_Unlock(&ALLOCATORS_MUTEX); in PyMem_SetAllocator() 890 PyMutex_Unlock(&ALLOCATORS_MUTEX); in PyObject_GetArenaAllocator() 898 PyMutex_Unlock(&ALLOCATORS_MUTEX); in PyObject_SetArenaAllocator() 1223 PyMutex_Unlock(&queue->mutex); in process_interp_queue() 1263 PyMutex_Unlock(&interp->mem_free_queue.mutex); in _PyMem_AbandonDelayed()
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2s_impl.c | 292 PyMutex_Unlock(&self->mutex); in _blake2_blake2s_update()
|
D | blake2b_impl.c | 292 PyMutex_Unlock(&self->mutex); in _blake2_blake2b_update()
|
/external/python/cpython3/Parser/ |
D | myreadline.c | 418 PyMutex_Unlock(&_PyOS_ReadlineLock); in PyOS_Readline()
|