Home
last modified time | relevance | path

Searched refs:WAIT_LOCK (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c757 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_free()
771 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_add()
795 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_next()
821 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_close_interpreter()
844 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_close_all()
973 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_lookup()
1005 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_add()
1037 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_close()
1115 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_remove()
1140 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_add_id_object()
[all...]
H A Dfaulthandler.c1107 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread()
1118 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread()
H A D_threadmodule.c843 PyThread_acquire_lock((runtime)->interpreters.mutex, WAIT_LOCK)
/third_party/python/Include/
H A Dpythread.h31 #define WAIT_LOCK 1 macro
/third_party/python/Python/
H A Dpystate.c217 PyThread_acquire_lock((runtime)->interpreters.mutex, WAIT_LOCK)
660 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDIncref()
673 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDDecref()
1960 PyThread_acquire_lock(xidregistry->mutex, WAIT_LOCK); in _PyCrossInterpreterData_RegisterClass()
1979 PyThread_acquire_lock(xidregistry->mutex, WAIT_LOCK); in _PyCrossInterpreterData_Lookup()
H A Dimport.c129 PyThread_acquire_lock(import_lock, WAIT_LOCK); in _PyImport_AcquireLock()
171 PyThread_acquire_lock(import_lock, WAIT_LOCK); in _PyImport_ReInitLock()
H A Dceval.c631 PyThread_acquire_lock(pending->lock, WAIT_LOCK); in _PyEval_AddPendingCall()
715 PyThread_acquire_lock(pending->lock, WAIT_LOCK); in make_pending_calls()
/third_party/python/Programs/
H A D_testembed.c385 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891()
389 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891()
/third_party/python/Objects/
H A Dunicodeobject.c2291 PyThread_acquire_lock(rt_ids->lock, WAIT_LOCK); in _PyUnicode_FromId()

Completed in 52 milliseconds