Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h7182 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c8221 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
16072 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
25195 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
33231 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
33693 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
38280 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
48977 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
49871 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
49872 assert( sqlite3_mutex_notheld(pcache1.mutex) );
62906 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
[all …]

Completed in 454 milliseconds