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

  /external/strace/
number_set.h 63 extern struct number_set *write_set;
filter_qualify.c 35 struct number_set *write_set; variable in typeref:struct:number_set
198 if (!write_set)
199 write_set = alloc_number_set_array(1);
200 qualify_tokens(str, write_set, string_to_uint, "descriptor");
syscall.c 464 if (is_number_in_set(fd, write_set)) {
  /device/google/cuttlefish_common/common/libs/fs/
shared_select.h 73 * read_set, write_set, and timeout are in/out parameters. This caller should keep
76 int Select(SharedFDSet* read_set, SharedFDSet* write_set,
shared_fd.cpp 131 int Select(SharedFDSet* read_set, SharedFDSet* write_set,
141 if (write_set) {
142 MarkAll(*write_set, &writefds, &max_index);
154 CheckMarked(&writefds, write_set);
  /system/core/adb/
shell_service.cpp 517 fd_set read_set, write_set; local
524 memcpy(&write_set, master_write_set_ptr, sizeof(write_set));
525 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) {
557 if (!dead_sfd && ValidAndInSet(stdinout_sfd_, &write_set)) {
  /external/python/cpython2/Lib/
subprocess.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /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 319 milliseconds