Home
last modified time | relevance | path

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

/external/lzma/C/
DThreads.c67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
/external/libusb/libusb/os/
Ddarwin_usb.c49 _Atomic int32_t initCount = ATOMIC_VAR_INIT(0); variable
57 static volatile int32_t initCount = 0; variable