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 51 #define CONNECTION_LOCK(connection) _dbus_connection_lock(connection)
309 CONNECTION_LOCK (pending->connection);
500 CONNECTION_LOCK (pending->connection);
542 CONNECTION_LOCK (pending->connection);
571 CONNECTION_LOCK (pending->connection);
600 CONNECTION_LOCK (pending->connection);
652 CONNECTION_LOCK (pending->connection);
677 CONNECTION_LOCK (pending->connection);
779 CONNECTION_LOCK (pending->connection);
801 CONNECTION_LOCK (pending->connection)
    [all...]
dbus-connection.c 64 #define CONNECTION_LOCK(connection) do { \
353 CONNECTION_LOCK (connection);
552 CONNECTION_LOCK (connection);
677 CONNECTION_LOCK (connection);
798 CONNECTION_LOCK (connection);
    [all...]

Completed in 14 milliseconds