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

  /art/runtime/jdwp/
jdwp_adb.cc 353 int selCount;
402 selCount = select(maxfd + 1, &readfds, nullptr, nullptr, nullptr);
403 if (selCount < 0) {
jdwp_socket.cc 387 int selCount;
436 selCount = select(maxfd + 1, &readfds, nullptr, nullptr, nullptr);
437 if (selCount < 0) {

Completed in 72 milliseconds