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 130 #define HAVE_LOCK_CHECK(server)
140 #define HAVE_LOCK_CHECK(server) _dbus_assert ((server)->have_server_lock)
dbus-connection.c 48 #define HAVE_LOCK_CHECK(connection)
58 #define HAVE_LOCK_CHECK(connection) _dbus_assert ((connection)->have_connection_lock)
513 HAVE_LOCK_CHECK (connection);
536 HAVE_LOCK_CHECK (connection);
573 HAVE_LOCK_CHECK (connection);
592 HAVE_LOCK_CHECK (connection);
655 HAVE_LOCK_CHECK (connection);
776 HAVE_LOCK_CHECK (connection);
    [all...]

Completed in 139 milliseconds