Home
last modified time | relevance | path

Searched refs:LockFileEx (Results 1 – 11 of 11) sorted by relevance

/third_party/mingw-w64/mingw-w64-crt/lib-common/
Dapi-ms-win-core-file-l1-2-1.def27 LockFileEx
Dkernel32.def.in1021 LockFileEx
/third_party/mingw-w64/mingw-w64-crt/lib32/
Dapi-ms-win-core-file-l1-2-1.def37 LockFileEx@24
Dkernel32.def1010 LockFileEx@24
/third_party/boost/boost/winapi/
Dfile_management.hpp104 LockFileEx(
485 BOOST_FORCEINLINE BOOL_ LockFileEx( in LockFileEx() function
493 …return ::LockFileEx(hFile, dwFlags, dwReserved, nNumberOfBytesToLockLow, nNumberOfBytesToLockHigh,… in LockFileEx()
/third_party/iowow/src/platform/win32/
Dwin32.c180 if (!LockFileEx(fh, type, 0, ULONG_MAX, ULONG_MAX, &offset)) { in iwp_flock()
/third_party/mingw-w64/mingw-w64-headers/include/
Dfileapi.h174 …WINBASEAPI WINBOOL WINAPI LockFileEx (HANDLE hFile, DWORD dwFlags, DWORD dwReserved, DWORD nNumber…
/third_party/mingw-w64/mingw-w64-crt/libarm32/
Dkernelbase.def1018 LockFileEx
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp813 { return 0 != boost::winapi::LockFileEx(hnd, flags, reserved, size_low, size_high, overlapped); } in lock_file_ex()
/third_party/mingw-w64/mingw-w64-crt/libce/
Dcoredll.def914 LockFileEx @1968 NONAME
/third_party/sqlite/src/
Dsqlite3.c43366 { "LockFileEx", (SYSCALL)LockFileEx, 0 },