new_flags         120 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
new_flags         124 plugin/ipc/event/eventconnection.cpp   JASSERT(fcntl(evtfd, F_SETFL, new_flags) == 0)
new_flags         125 plugin/ipc/event/eventconnection.cpp    (evtfd) (new_flags) (JASSERT_ERRNO);
new_flags         198 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
new_flags         202 plugin/ipc/event/eventconnection.cpp   JASSERT(fcntl(signlfd, F_SETFL, new_flags) == 0)
new_flags         203 plugin/ipc/event/eventconnection.cpp    (signlfd) (new_flags) (JASSERT_ERRNO);
new_flags         953 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags & (~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
new_flags         954 plugin/ipc/file/fileconnection.cpp   ckptfd = _real_open(_path.c_str(),new_flags);
new_flags         977 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
new_flags         978 plugin/ipc/file/fileconnection.cpp   ckptfd = _real_open(_path.c_str(),new_flags);