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

  /external/dbus/dbus/
dbus-spawn.c 499 else if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP))
515 else if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP))
719 revents |= _DBUS_POLLERR;
931 if (revents & (_DBUS_POLLERR | _DBUS_POLLHUP))
    [all...]
dbus-sysdeps.h 245 #define _DBUS_POLLERR 0x0008
dbus-mainloop.c 800 if (fds[i].revents & _DBUS_POLLERR)
dbus-sysdeps-unix.c     [all...]
dbus-transport-socket.c     [all...]

Completed in 51 milliseconds