Home | History | Annotate | Download | only in dbus

Lines Matching refs:lock_loc

51   allocator->lock_loc = NULL;
79 _dbus_assert (allocator->lock_loc == NULL);
80 allocator->lock_loc = mutex_loc;
82 else if (allocator->lock_loc != mutex_loc)
149 _dbus_rmutex_unlock (*(allocator->lock_loc));
168 _dbus_rmutex_lock (*(allocator->lock_loc));
178 _dbus_rmutex_unlock (*(allocator->lock_loc));
193 DBusRMutex **mutex_loc = allocator->lock_loc;
198 allocator->lock_loc = NULL;
204 _dbus_rmutex_unlock (*(allocator->lock_loc));
250 _dbus_rmutex_lock (*(allocator->lock_loc));
253 _dbus_rmutex_unlock (*(allocator->lock_loc));
307 _dbus_rmutex_lock (*(allocator->lock_loc));
311 _dbus_rmutex_unlock (*(allocator->lock_loc));