OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initCount
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
Threads.c
67
WRes Semaphore_Create(CSemaphore *p, UInt32
initCount
, UInt32 maxCount)
69
*p = CreateSemaphore(NULL, (LONG)
initCount
, (LONG)maxCount, NULL);
Threads.h
55
WRes Semaphore_Create(CSemaphore *p, UInt32
initCount
, UInt32 maxCount);
/external/libusb/libusb/os/
darwin_usb.c
47
static int
initCount
= 0;
316
if (!(
initCount
++)) {
335
if (!(--
initCount
)) {
[
all
...]
Completed in 145 milliseconds