Searched defs:initCount (Results 1 - 2 of 2) sorted by relevance

/external/lzma/C/
H A DThreads.c67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) argument
69 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL);
/external/libusb/libusb/os/
H A Ddarwin_usb.c49 _Atomic int32_t initCount = ATOMIC_VAR_INIT(0); variable
57 static volatile int32_t initCount = 0; variable
532 if (libusb_darwin_atomic_fetch_add (&initCount, 1) == 0) {
552 if (libusb_darwin_atomic_fetch_add (&initCount, -1) == 1) {

Completed in 87 milliseconds