Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java390 static int initCount; field in ShadowWranglerIntegrationTest.AClassWithStaticInitializer
399 static int initCount; field in ShadowWranglerIntegrationTest.ShadowOfAClassWithStaticInitializer
/external/lzma/C/
DThreads.c69 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
/external/oj-libjdwp/src/share/back/
DthreadControl.c1260 commonSuspendList(JNIEnv *env, jint initCount, jthread *initList) in commonSuspendList()