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.c12 static WRes GetError() in GetError() function
18 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } in HandleToWRes()
19 WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } in BOOLToWRes()
25 return GetError(); in HandlePtr_Close()