Searched defs:fd_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dcredentials_unittest.cc64 int fd_count = creds.CountOpenFds(proc_fd.get()); local
67 EXPECT_EQ(fd_count + 1, creds.CountOpenFds(proc_fd.get()));
69 EXPECT_EQ(fd_count, creds.CountOpenFds(proc_fd.get()));
/external/chromium_org/third_party/libevent/
H A Dpoll.c59 int fd_count; /* Size of idxplus1_by_fd */ member in struct:pollop
108 for (i = 0; i < pop->fd_count; ++i) {
258 if (ev->ev_fd >= pop->fd_count) {
261 if (pop->fd_count < 32)
264 new_count = pop->fd_count * 2;
274 memset(pop->idxplus1_by_fd + pop->fd_count,
275 0, sizeof(int)*(new_count - pop->fd_count));
276 pop->fd_count = new_count;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport_unittest.cc94 int fd_count = 0; local
99 ++fd_count;
102 return fd_count;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c522 static Int fd_count = 0; variable
545 fd_count--;
583 fd_count++;
775 VG_(message)(Vg_UserMsg, "FILE DESCRIPTORS: %d open %s.\n", fd_count, when);

Completed in 264 milliseconds