Searched refs:_dbus_rmutex_lock (Results 1 – 6 of 6) sorted by relevance
75 _dbus_rmutex_lock (*mutex_loc); in _dbus_data_slot_allocator_alloc()168 _dbus_rmutex_lock (*(allocator->lock_loc)); in _dbus_data_slot_allocator_free()250 _dbus_rmutex_lock (*(allocator->lock_loc)); in _dbus_data_slot_list_set()307 _dbus_rmutex_lock (*(allocator->lock_loc)); in _dbus_data_slot_list_get()
51 void _dbus_rmutex_lock (DBusRMutex *mutex);
164 _dbus_rmutex_lock ((server)->mutex); \
173 _dbus_rmutex_lock (DBusRMutex *mutex) in _dbus_rmutex_lock() function
309 #define _DBUS_LOCK(name) _dbus_rmutex_lock (_dbus_lock_##name)
70 _dbus_rmutex_lock ((connection)->mutex); \77 _dbus_rmutex_lock ((connection)->slot_mutex); \