Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c30095 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local
30109 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()
30114 p = &staticMutexes[iType-2]; in checkMutexAlloc()
30754 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local
30803 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()
30808 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()