Searched refs:initCount (Results 1 – 2 of 2) sorted by relevance
67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() argument69 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL); in Semaphore_Create()
55 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);