Searched refs:shared_connections (Results 1 – 3 of 3) sorted by relevance
1516 _DBUS_DEFINE_GLOBAL_LOCK (shared_connections);1517 static DBusHashTable *shared_connections = NULL; variable1541 _DBUS_LOCK (shared_connections); in shared_connections_shutdown()1544 while ((n_entries = _dbus_hash_table_get_n_entries (shared_connections)) > 0) in shared_connections_shutdown()1549 _dbus_hash_iter_init (shared_connections, &iter); in shared_connections_shutdown()1554 _DBUS_UNLOCK (shared_connections); in shared_connections_shutdown()1556 _DBUS_LOCK (shared_connections); in shared_connections_shutdown()1559 _dbus_assert (_dbus_hash_table_get_n_entries (shared_connections) < n_entries); in shared_connections_shutdown()1562 _dbus_assert (_dbus_hash_table_get_n_entries (shared_connections) == 0); in shared_connections_shutdown()1564 _dbus_hash_table_unref (shared_connections); in shared_connections_shutdown()[all …]
323 _DBUS_DECLARE_GLOBAL_LOCK (shared_connections);
436 LOCK_ADDR (shared_connections), in init_locks()