Lines Matching refs:PyThread_acquire_lock
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()
1158 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_drop_id_object()
1185 PyThread_acquire_lock(channels->mutex, WAIT_LOCK); in _channels_list_all()
1216 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_set_closing()
1235 PyThread_acquire_lock(chan->mutex, WAIT_LOCK); in _channel_clear_closing()