Searched refs:WAIT_LOCK (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 757 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 D | faulthandler.c | 1107 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.c | 843 PyThread_acquire_lock((runtime)->interpreters.mutex, WAIT_LOCK)
|
/third_party/python/Include/ |
H A D | pythread.h | 31 #define WAIT_LOCK 1 macro
|
/third_party/python/Python/ |
H A D | pystate.c | 217 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 D | import.c | 129 PyThread_acquire_lock(import_lock, WAIT_LOCK); in _PyImport_AcquireLock() 171 PyThread_acquire_lock(import_lock, WAIT_LOCK); in _PyImport_ReInitLock()
|
H A D | ceval.c | 631 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.c | 385 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 D | unicodeobject.c | 2291 PyThread_acquire_lock(rt_ids->lock, WAIT_LOCK); in _PyUnicode_FromId()
|
Completed in 52 milliseconds