Home
last modified time | relevance | path

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

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