Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DSynchronization.h152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create()
156 WRes OptCreateInit(UInt32 initCount, UInt32 maxCount) in OptCreateInit()
352 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) in Create()
/external/lzma/C/
DThreads.c146 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
153 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
425 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
438 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
/external/robolectric/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java525 static int initCount; field in ShadowWranglerIntegrationTest.AClassWithStaticInitializer
535 static int initCount; field in ShadowWranglerIntegrationTest.ShadowOfAClassWithStaticInitializer
/external/oj-libjdwp/src/share/back/
DthreadControl.c1260 commonSuspendList(JNIEnv *env, jint initCount, jthread *initList) in commonSuspendList()