Searched refs:LockFileEx (Results 1 – 11 of 11) sorted by relevance
/third_party/mingw-w64/mingw-w64-crt/lib-common/ |
D | api-ms-win-core-file-l1-2-1.def | 27 LockFileEx
|
D | kernel32.def.in | 1021 LockFileEx
|
/third_party/mingw-w64/mingw-w64-crt/lib32/ |
D | api-ms-win-core-file-l1-2-1.def | 37 LockFileEx@24
|
D | kernel32.def | 1010 LockFileEx@24
|
/third_party/boost/boost/winapi/ |
D | file_management.hpp | 104 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/ |
D | win32.c | 180 if (!LockFileEx(fh, type, 0, ULONG_MAX, ULONG_MAX, &offset)) { in iwp_flock()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | fileapi.h | 174 …WINBASEAPI WINBOOL WINAPI LockFileEx (HANDLE hFile, DWORD dwFlags, DWORD dwReserved, DWORD nNumber…
|
/third_party/mingw-w64/mingw-w64-crt/libarm32/ |
D | kernelbase.def | 1018 LockFileEx
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 813 { 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/ |
D | coredll.def | 914 LockFileEx @1968 NONAME
|
/third_party/sqlite/src/ |
D | sqlite3.c | 43366 { "LockFileEx", (SYSCALL)LockFileEx, 0 },
|