Searched defs:HAVE_LOCK_CHECK (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-server-protected.h129 #define HAVE_LOCK_CHECK(server) macro
139 #define HAVE_LOCK_CHECK(server) _dbus_assert ((server)->have_server_lock) macro
H A Ddbus-connection.c50 #define HAVE_LOCK_CHECK(connection) macro
60 #define HAVE_LOCK_CHECK(connection) _dbus_assert ((connection)->have_connection_lock) macro
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);
901 HAVE_LOCK_CHECK (connection);
921 HAVE_LOCK_CHECK (connectio
[all...]

Completed in 74 milliseconds