OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ready_fds
(Results
1 - 2
of
2
) sorted by null
/external/strace/
desc.c
138
int
ready_fds
;
local
143
ready_fds
= tcp->u_rval;
144
if (
ready_fds
== 0) {
153
for (i = 0; i < 3 &&
ready_fds
> 0; i++) {
178
if (--
ready_fds
== 0)
/external/dbus/dbus/
dbus-mainloop.c
595
DBusSocketEvent
ready_fds
[N_STACK_DESCRIPTORS];
local
681
n_ready = _dbus_socket_set_poll (loop->socket_set,
ready_fds
,
682
_DBUS_N_ELEMENTS (
ready_fds
), timeout);
805
_dbus_assert (
ready_fds
[i].flags != 0);
807
if (_DBUS_UNLIKELY (
ready_fds
[i].flags & _DBUS_WATCH_NVAL))
809
cull_watches_for_invalid_fd (loop,
ready_fds
[i].fd);
813
condition =
ready_fds
[i].flags;
823
ready_fds
[i].fd);
863
refresh_watches_for_fd (loop, NULL,
ready_fds
[i].fd);
871
refresh_watches_for_fd (loop, watches,
ready_fds
[i].fd)
[
all
...]
Completed in 55 milliseconds