Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c28556 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local
28570 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()
28575 p = &staticMutexes[iType-2]; in checkMutexAlloc()
29199 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local
29248 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()
29253 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()