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

  /external/dbus/dbus/
dbus-socket-set-epoll.c 295 int n_ready; local
300 n_ready = epoll_wait (self->epfd, events,
304 if (n_ready <= 0)
305 return n_ready;
307 for (i = 0; i < n_ready; i++)
313 return n_ready;
dbus-socket-set-poll.c 277 int n_ready; local
284 n_ready = _dbus_poll (self->fds, self->n_fds, timeout_ms);
286 if (n_ready <= 0)
287 return n_ready;
dbus-mainloop.c 598 int n_ready; local
681 n_ready = _dbus_socket_set_poll (loop->socket_set, ready_fds,
786 if (n_ready > 0)
788 for (i = 0; i < n_ready; i++)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 671 READY_TRY and N_READY represent the current state of search in the
680 void, (void *data, char *ready_try, int n_ready, bool first_cycle_insn_p),
686 READY_TRY and N_READY represent the current state of search in the
696 void, (void *data, char *ready_try, int n_ready, rtx insn,
704 READY_TRY and N_READY represent the current state of search in the
711 void, (const void *data, char *ready_try, int n_ready), NULL)
    [all...]

Completed in 170 milliseconds