Searched refs:staticMutexes (Results 1 – 1 of 1) sorted by relevance
30095 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local30109 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()30114 p = &staticMutexes[iType-2]; in checkMutexAlloc()30754 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local30803 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()30808 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()