Home
last modified time | relevance | path

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

/external/lzma/C/
DThreads.c67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() argument
69 *p = CreateSemaphore(NULL, (LONG)initCount, (LONG)maxCount, NULL); in Semaphore_Create()
DThreads.h55 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()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
DModelCache.java258 int initCount = renderables.size; in end() local