Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c24934 static CheckMutex staticMutexes[] = { in checkMutexAlloc() local
24948 if( iType-2>=ArraySize(staticMutexes) ){ in checkMutexAlloc()
24953 p = &staticMutexes[iType-2]; in checkMutexAlloc()
25576 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local
25625 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()
25630 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()

Completed in 386 milliseconds