Searched refs:WAIT_LOCK (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 753 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_free() 767 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_add() 791 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_next() 817 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_close_interpreter() 840 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_close_all() 969 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_lookup() 1001 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_add() 1033 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_close() 1111 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_remove() 1136 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_add_id_object() [all …]
|
D | faulthandler.c | 1088 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread() 1099 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread()
|
/third_party/python/Include/ |
D | pythread.h | 36 #define WAIT_LOCK 1 macro
|
/third_party/python/Python/ |
D | pystate.c | 172 PyThread_acquire_lock((runtime)->interpreters.mutex, WAIT_LOCK) 549 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDIncref() 562 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDDecref() 1768 PyThread_acquire_lock(xidregistry->mutex, WAIT_LOCK); in _PyCrossInterpreterData_RegisterClass() 1787 PyThread_acquire_lock(xidregistry->mutex, WAIT_LOCK); in _PyCrossInterpreterData_Lookup()
|
D | import.c | 136 PyThread_acquire_lock(import_lock, WAIT_LOCK); in _PyImport_AcquireLock() 178 PyThread_acquire_lock(import_lock, WAIT_LOCK); in _PyImport_ReInitLock()
|
D | ceval.c | 643 PyThread_acquire_lock(pending->lock, WAIT_LOCK); in _PyEval_AddPendingCall() 727 PyThread_acquire_lock(pending->lock, WAIT_LOCK); in make_pending_calls()
|
/third_party/python/Programs/ |
D | _testembed.c | 284 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891() 288 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 2345 PyThread_acquire_lock(rt_ids->lock, WAIT_LOCK); in _PyUnicode_FromId()
|