Home
last modified time | relevance | path

Searched refs:staticMutexes (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dmutex_unix.c154 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local
203 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()
208 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()
H A Dmutex.c93 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local
107 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()
112 p = &staticMutexes[iType-2]; in checkMutexAlloc()