Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h7797 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c8103 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
16194 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
26963 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){
34975 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
35437 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
40166 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
51043 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
51947 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
51948 assert( sqlite3_mutex_notheld(pcache1.mutex) );
65292 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
[all …]