Searched refs:staticMutexes (Results 1 – 1 of 1) sorted by relevance
29334 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local29348 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()29353 p = &staticMutexes[iType-2]; in checkMutexAlloc()29990 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local30039 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()30044 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()