OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initCount
(Results
1 - 4
of
4
) sorted by null
/external/lzma/C/
Threads.c
58
WRes Semaphore_Create(CSemaphore *p, UInt32
initCount
, UInt32 maxCount)
60
*p = CreateSemaphore(NULL, (LONG)
initCount
, (LONG)maxCount, NULL);
Threads.h
45
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
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c
53
static volatile int32_t
initCount
= 0;
421
if (OSAtomicIncrement32Barrier(&
initCount
) == 1) {
446
if (OSAtomicDecrement32Barrier(&
initCount
) == 0) {
[
all
...]
Completed in 323 milliseconds