Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h8199 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c8512 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
17363 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
29097 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
39144 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
39606 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
44474 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
55502 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
56394 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
56395 assert( sqlite3_mutex_notheld(pcache1.mutex) );
70260 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
[all …]