Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DThreads.c67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() argument
69 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL); in Semaphore_Create()
DThreads.h55 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);