Home
last modified time | relevance | path

Searched refs:initCount (Results 1 – 3 of 3) 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.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) { in darwin_init()
552 if (libusb_darwin_atomic_fetch_add (&initCount, -1) == 1) { in darwin_exit()