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-connection.c 48 #define HAVE_LOCK_CHECK(connection)
58 #define HAVE_LOCK_CHECK(connection) _dbus_assert ((connection)->have_connection_lock)
509 HAVE_LOCK_CHECK (connection);
532 HAVE_LOCK_CHECK (connection);
569 HAVE_LOCK_CHECK (connection);
588 HAVE_LOCK_CHECK (connection);
651 HAVE_LOCK_CHECK (connection);
772 HAVE_LOCK_CHECK (connection);
    [all...]
dbus-server-protected.h 130 #define HAVE_LOCK_CHECK(server)
140 #define HAVE_LOCK_CHECK(server) _dbus_assert ((server)->have_server_lock)
dbus-server-socket.c 84 HAVE_LOCK_CHECK (server);
203 HAVE_LOCK_CHECK (server);
223 HAVE_LOCK_CHECK (server);
dbus-server.c 218 HAVE_LOCK_CHECK (server);
266 HAVE_LOCK_CHECK (server);
282 HAVE_LOCK_CHECK (server);
305 HAVE_LOCK_CHECK (server);
335 HAVE_LOCK_CHECK (server);
437 HAVE_LOCK_CHECK (server);
463 HAVE_LOCK_CHECK (server);
    [all...]

Completed in 42 milliseconds