Searched refs:RTFileUnlock (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/r3/os2/
H A Dfilelock-os2.cpp122 rc = RTFileUnlock(File, offLock, cbLock);
141 RTR3DECL(int) RTFileUnlock(RTFILE File, int64_t offLock, uint64_t cbLock) function
/vbox/src/VBox/Runtime/r3/darwin/
H A Dfilelock-darwin.cpp126 RTR3DECL(int) RTFileUnlock(RTFILE hFile, int64_t offLock, uint64_t cbLock) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfilelock-posix.cpp103 RTR3DECL(int) RTFileUnlock(RTFILE hFile, int64_t offLock, uint64_t cbLock) function
/vbox/src/VBox/Runtime/testcase/
H A DtstFileLock.cpp122 rc = RTFileUnlock(File, 0, _4G);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h67 #define RTFileUnlock testRTFileUnlock macro
H A Dvbsf.cpp2238 rc = RTFileUnlock(pHandle->file.Handle, offset, length);
2240 Log(("RTFileUnlock %RTfile %RX64 %RTX64 failed with %Rrc\n", pHandle->file.Handle, offset, length, rc));
/vbox/include/iprt/
H A Dfile.h848 * calls RTFileUnlock and RTFileLock. Potentially the previously acquired lock can be
876 RTDECL(int) RTFileUnlock(RTFILE File, int64_t offLock, uint64_t cbLock);
H A Dmangling.h619 # define RTFileUnlock RT_MANGLER(RTFileUnlock) macro
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp768 int rc = RTFileUnlock(hFile, offLock, cbLock);
787 RTR3DECL(int) RTFileUnlock(RTFILE hFile, int64_t offLock, uint64_t cbLock) function

Completed in 87 milliseconds