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

  /external/dbus/dbus/
dbus-server-protected.h 129 #define HAVE_LOCK_CHECK(server)
139 #define HAVE_LOCK_CHECK(server) _dbus_assert ((server)->have_server_lock)
dbus-connection.c 50 #define HAVE_LOCK_CHECK(connection)
60 #define HAVE_LOCK_CHECK(connection) _dbus_assert ((connection)->have_connection_lock)
528 HAVE_LOCK_CHECK (connection);
551 HAVE_LOCK_CHECK (connection);
588 HAVE_LOCK_CHECK (connection);
607 HAVE_LOCK_CHECK (connection);
669 HAVE_LOCK_CHECK (connection);
793 HAVE_LOCK_CHECK (connection);
    [all...]

Completed in 157 milliseconds