Searched refs:initCount (Results 1 – 3 of 3) 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);
49 _Atomic int32_t initCount = ATOMIC_VAR_INIT(0); variable57 static volatile int32_t initCount = 0; variable532 if (libusb_darwin_atomic_fetch_add (&initCount, 1) == 0) { in darwin_init()552 if (libusb_darwin_atomic_fetch_add (&initCount, -1) == 1) { in darwin_exit()