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

/vbox/src/VBox/Runtime/r3/darwin/
H A Dfilelock-darwin.cpp119 RTR3DECL(int) RTFileChangeLock(RTFILE hFile, unsigned fLock, int64_t offLock, uint64_t cbLock) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dfilelock-os2.cpp97 RTR3DECL(int) RTFileChangeLock(RTFILE File, unsigned fLock, int64_t offLock, uint64_t cbLock) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfilelock-posix.cpp96 RTR3DECL(int) RTFileChangeLock(RTFILE hFile, unsigned fLock, int64_t offLock, uint64_t cbLock) function
/vbox/include/iprt/
H A Dfile.h792 * By default, RTFileLock and RTFileChangeLock calls returns error immediately if the lock
802 * operation system. Also see comments to RTFileChangeLock API call.
864 RTDECL(int) RTFileChangeLock(RTFILE File, unsigned fLock, int64_t offLock, uint64_t cbLock);
H A Dmangling.h569 # define RTFileChangeLock RT_MANGLER(RTFileChangeLock) macro
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp756 RTR3DECL(int) RTFileChangeLock(RTFILE hFile, unsigned fLock, int64_t offLock, uint64_t cbLock) function

Completed in 101 milliseconds