Searched refs:initCount (Results 1 – 4 of 4) 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);
47 static int initCount = 0; variable316 if (!(initCount++)) { in darwin_init()335 if (!(--initCount)) { in darwin_exit()
258 int initCount = renderables.size; in end() local