Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DThreads.c9 static WRes GetError() in GetError() function
15 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } in HandleToWRes()
16 WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } in BOOLToWRes()
22 return GetError(); in MyCloseHandle()