Searched refs:staticMutexes (Results 1 – 1 of 1) sorted by relevance
28556 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local28570 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()28575 p = &staticMutexes[iType-2]; in checkMutexAlloc()29199 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local29248 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()29253 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()