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

  /external/bluetooth/bluedroid/osi/src/
reactor.c 123 fd_set write_set; local
125 FD_ZERO(&write_set);
136 FD_SET(fd, &write_set);
143 ret = select(max_fd + 1, &read_set, &write_set, NULL, tv);
167 if (FD_ISSET(fd, &write_set)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]

Completed in 3483 milliseconds