Searched defs:initCount (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/Windows/ |
D | Synchronization.h | 152 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/ |
D | Threads.c | 146 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/ |
D | ShadowWranglerIntegrationTest.java | 525 static int initCount; field in ShadowWranglerIntegrationTest.AClassWithStaticInitializer 535 static int initCount; field in ShadowWranglerIntegrationTest.ShadowOfAClassWithStaticInitializer
|
/external/oj-libjdwp/src/share/back/ |
D | threadControl.c | 1260 commonSuspendList(JNIEnv *env, jint initCount, jthread *initList) in commonSuspendList()
|