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

/external/dbus/bus/
H A Ddir-watch-dnotify.c41 static int num_fds = 0; variable
50 if (num_fds >= MAX_DIRS_TO_WATCH )
70 fds[num_fds++] = fd;
84 for (i = 0; i < num_fds; i++)
92 num_fds = 0;
H A Ddir-watch-kqueue.c48 static int num_fds = 0; variable
172 for (j = 0; j < num_fds; j++)
188 for (j = 0; j < num_fds; j++)
245 num_fds = i;
/external/linux-tools-perf/bench/
H A Dsched-messaging.c45 unsigned int num_fds; member in struct:sender_context
102 for (j = 0; j < ctx->num_fds; j++) {
206 unsigned int num_fds,
212 + num_fds * sizeof(int));
217 for (i = 0; i < num_fds; i++) {
228 ctx->num_packets = num_fds * loops;
242 for (i = 0; i < num_fds; i++) {
245 snd_ctx->num_fds = num_fds;
247 pth[num_fds
205 group(pthread_t *pth, unsigned int num_fds, int ready_out, int wakefd) argument
279 unsigned int num_fds = 20; local
[all...]
/external/chromium/chrome/browser/
H A Dcrash_handler_host_linux.cc194 const unsigned num_fds = len / sizeof(int); local
195 if (num_fds != 2) {
199 << " num_fds:" << num_fds;
200 for (unsigned i = 0; i < num_fds; ++i)

Completed in 560 milliseconds