Searched refs:RTFILE_LOCK_WAIT (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/r3/darwin/
H A Dfilelock-darwin.cpp84 Assert(RTFILE_LOCK_WAIT);
85 if (fcntl(RTFileToNative(hFile), (fLock & RTFILE_LOCK_WAIT) ? F_SETLKW : F_SETLK, &fl) >= 0)
97 Assert(RTFILE_LOCK_WAIT);
98 if (fLock & RTFILE_LOCK_WAIT)
/vbox/src/VBox/Runtime/r3/os2/
H A Dfilelock-os2.cpp84 Assert(RTFILE_LOCK_WAIT);
85 if (fcntl(RTFileToNative(File), (fLock & RTFILE_LOCK_WAIT) ? F_SETLKW : F_SETLK, &fl) >= 0)
/vbox/src/VBox/Runtime/r3/posix/
H A Dfilelock-posix.cpp83 Assert(RTFILE_LOCK_WAIT);
84 if (fcntl(RTFileToNative(hFile), (fLock & RTFILE_LOCK_WAIT) ? F_SETLKW : F_SETLK, &fl) >= 0)
/vbox/include/iprt/
H A Dfile.h823 #define RTFILE_LOCK_WAIT 0x02 macro
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp738 Assert(RTFILE_LOCK_WAIT);
739 if (!(fLock & RTFILE_LOCK_WAIT))
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp2204 fRTLock |= RTFILE_LOCK_WAIT;

Completed in 62 milliseconds