O_NONBLOCK 139 miscwrappers.cpp if ((flags & O_NONBLOCK) != 0) newFlags |= SOCK_NONBLOCK; O_NONBLOCK 120 plugin/ipc/event/eventconnection.cpp int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK; O_NONBLOCK 198 plugin/ipc/event/eventconnection.cpp int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK; O_NONBLOCK 953 plugin/ipc/file/fileconnection.cpp int new_flags =(_fcntlFlags & (~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK; O_NONBLOCK 977 plugin/ipc/file/fileconnection.cpp int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK; O_NONBLOCK 1045 plugin/ipc/file/fileconnection.cpp fd = _real_open(_path.c_str(), O_RDWR | O_NONBLOCK); O_NONBLOCK 49 plugin/ipc/socket/connectionrewirer.cpp (void*) (long) (flags | O_NONBLOCK)) != -1); O_NONBLOCK 58 plugin/ipc/socket/connectionrewirer.cpp (void*) (long) (flags & ~O_NONBLOCK)) != -1); O_NONBLOCK 109 plugin/ipc/ssh/util_ssh.cpp val |= O_NONBLOCK;