Searched refs:eStaticType (Results 1 – 2 of 2) sorted by relevance
104 int eStaticType = eType - (MAX_MUTEXES - STATIC_MUTEXES); in counterMutexAlloc() local105 assert( eStaticType>=0 ); in counterMutexAlloc()106 assert( eStaticType<STATIC_MUTEXES ); in counterMutexAlloc()107 pRet = &g.aStatic[eStaticType]; in counterMutexAlloc()
4111 static int eStaticType = 0; in test_carray_bind() local4123 if( eStaticType==3 ){ in test_carray_bind()4131 eStaticType = 0; in test_carray_bind()4248 eStaticType = eType; in test_carray_bind()