HomeSort by relevance Sort by last modified time
    Searched refs:HAVE_LOCK_CHECK (Results 1 - 4 of 4) 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...]
dbus-server.c 219 HAVE_LOCK_CHECK (server);
267 HAVE_LOCK_CHECK (server);
283 HAVE_LOCK_CHECK (server);
306 HAVE_LOCK_CHECK (server);
336 HAVE_LOCK_CHECK (server);
438 HAVE_LOCK_CHECK (server);
464 HAVE_LOCK_CHECK (server);
    [all...]
dbus-server-socket.c 98 HAVE_LOCK_CHECK (server);
231 HAVE_LOCK_CHECK (server);
254 HAVE_LOCK_CHECK (server);

Completed in 126 milliseconds