Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c19613 static sqlite3_mutex staticMutexes[] = { in pthreadMutexAlloc() local
19653 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()
19658 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()

Completed in 307 milliseconds