Home
last modified time | relevance | path

Searched refs:ERROR_IO_PENDING (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DLockFileWindows.cpp24 ::GetLastError() != ERROR_IO_PENDING) in fileLock()
66 ::GetLastError() != ERROR_IO_PENDING) in DoUnlock()
H A DConnectionGenericFileWindows.cpp182 if (result || ::GetLastError() == ERROR_IO_PENDING) { in Read()
278 if (!result && ::GetLastError() != ERROR_IO_PENDING) { in Write()
H A DPipeWindows.cpp286 if (!result && GetLastError() != ERROR_IO_PENDING) in ReadWithTimeout()
328 if (!write_result && GetLastError() != ERROR_IO_PENDING) in Write()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestGdbRemoteConnection.py26 ERROR_IO_PENDING = 997 variable
82 if ctypes.get_last_error() != ERROR_IO_PENDING:
94 if ctypes.get_last_error() != ERROR_IO_PENDING:
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dbind_io_completion_callback.cpp54 GetLastError() != ERROR_IO_PENDING) in main()
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DWindowsMMap.c146 if (dw != ERROR_IO_PENDING) in lock()