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

  /external/dbus/dbus/
dbus-server-protected.h 143 #define TRACE_LOCKS 0
146 if (TRACE_LOCKS) { _dbus_verbose ("LOCK\n"); } \
152 if (TRACE_LOCKS) { _dbus_verbose ("UNLOCK\n"); } \
dbus-connection.c 64 #define TRACE_LOCKS 0
67 if (TRACE_LOCKS) { _dbus_verbose ("LOCK\n"); } \
73 if (TRACE_LOCKS) { _dbus_verbose ("UNLOCK\n"); } \
    [all...]

Completed in 58 milliseconds