Searched defs:RTFileChangeLock (Results 1 - 5 of 5) sorted by relevance

/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/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/win/
H A Dfileio-win.cpp756 RTR3DECL(int) RTFileChangeLock(RTFILE hFile, unsigned fLock, int64_t offLock, uint64_t cbLock) function
/vbox/include/iprt/
H A Dmangling.h569 # define RTFileChangeLock RT_MANGLER(RTFileChangeLock) macro

Completed in 64 milliseconds