Lines Matching refs:PyThread_acquire_lock
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()
1154 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_drop_id_object()
1181 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_list_all()
1212 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_set_closing()
1231 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_clear_closing()