Searched defs:initCount (Results 1 – 2 of 2) sorted by relevance
67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
49 _Atomic int32_t initCount = ATOMIC_VAR_INIT(0); variable57 static volatile int32_t initCount = 0; variable