Searched refs:_DBUS_DUMMY_CONDVAR (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-threads.c47 #define _DBUS_DUMMY_CONDVAR ((DBusCondVar*)0xABCDEF2) macro
185 return _DBUS_DUMMY_CONDVAR;
355 _dbus_assert (*cp == _DBUS_DUMMY_CONDVAR);
381 if (*cp != _DBUS_DUMMY_CONDVAR)
386 *cp = _DBUS_DUMMY_CONDVAR;

Completed in 65 milliseconds