Searched refs:staticMutexes (Results 1 – 2 of 2) sorted by relevance
154 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local203 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()208 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()
93 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local107 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()112 p = &staticMutexes[iType-2]; in checkMutexAlloc()