Home
last modified time | relevance | path

Searched refs:maxfd (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_adb.cc308 int maxfd = -1; in ProcessIncoming() local
317 if (maxfd < fd) { in ProcessIncoming()
318 maxfd = fd; in ProcessIncoming()
324 if (maxfd < fd) { in ProcessIncoming()
325 maxfd = fd; in ProcessIncoming()
331 if (maxfd < fd) { in ProcessIncoming()
332 maxfd = fd; in ProcessIncoming()
338 if (maxfd < 0) { in ProcessIncoming()
355 selCount = select(maxfd+1, &readfds, NULL, NULL, NULL); in ProcessIncoming()
Djdwp_socket.cc359 int maxfd = -1; in ProcessIncoming() local
368 if (maxfd < fd) { in ProcessIncoming()
369 maxfd = fd; in ProcessIncoming()
375 if (maxfd < fd) { in ProcessIncoming()
376 maxfd = fd; in ProcessIncoming()
382 if (maxfd < fd) { in ProcessIncoming()
383 maxfd = fd; in ProcessIncoming()
389 if (maxfd < 0) { in ProcessIncoming()
406 selCount = select(maxfd+1, &readfds, NULL, NULL, NULL); in ProcessIncoming()