HomeSort by relevance Sort by last modified time
    Searched refs:CONNECTION_LOCK (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-pending-call.c 52 #define CONNECTION_LOCK(connection) _dbus_connection_lock(connection)
308 CONNECTION_LOCK (pending->connection);
498 CONNECTION_LOCK (pending->connection);
576 CONNECTION_LOCK (pending->connection);
628 CONNECTION_LOCK (pending->connection);
653 CONNECTION_LOCK (pending->connection);
755 CONNECTION_LOCK (pending->connection);
777 CONNECTION_LOCK (pending->connection);
dbus-connection.c 66 #define CONNECTION_LOCK(connection) do { \
372 CONNECTION_LOCK (connection);
571 CONNECTION_LOCK (connection);
    [all...]

Completed in 835 milliseconds