OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOLToWRes
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.c
19
WRes
BOOLToWRes
(BOOL v) { return v ? 0 : GetError(); }
58
WRes Event_Set(CEvent *p) { return
BOOLToWRes
(SetEvent(*p)); }
59
WRes Event_Reset(CEvent *p) { return
BOOLToWRes
(ResetEvent(*p)); }
74
{ return
BOOLToWRes
(ReleaseSemaphore(*p, releaseCount, previousCount)); }
/external/lzma/C/
Threads.c
19
WRes
BOOLToWRes
(BOOL v) { return v ? 0 : GetError(); }
58
WRes Event_Set(CEvent *p) { return
BOOLToWRes
(SetEvent(*p)); }
59
WRes Event_Reset(CEvent *p) { return
BOOLToWRes
(ResetEvent(*p)); }
74
{ return
BOOLToWRes
(ReleaseSemaphore(*p, releaseCount, previousCount)); }
Completed in 51 milliseconds