HomeSort by relevance Sort by last modified time
    Searched full:save_fcntl_flags (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 225 int save_fcntl_flags, len; local
345 save_fcntl_flags = VG_(fcntl) (remote_desc, VKI_F_GETFL, 0);
346 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK);

Completed in 619 milliseconds