Searched refs:staticMutexes (Results 1 – 1 of 1) sorted by relevance
28835 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local28849 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()28854 p = &staticMutexes[iType-2]; in checkMutexAlloc()29478 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local29527 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()29532 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()