Searched refs:initCount (Results 1 - 3 of 3) sorted by relevance

/external/lzma/C/
H A DThreads.c58 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) argument
60 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL);
H A DThreads.h45 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
/external/libusb/libusb/os/
H A Ddarwin_usb.c47 static int initCount = 0; variable
316 if (!(initCount++)) {
335 if (!(--initCount)) {

Completed in 118 milliseconds