Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5493 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c6046 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
9291 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
16919 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
18470 assert( sqlite3_mutex_notheld(mem0.mutex) ); in sqlite3ScratchMalloc()
36053 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
36947 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
36948 assert( sqlite3_mutex_notheld(pcache1.mutex) );
47999 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
50232 assert( sqlite3_mutex_notheld(pBt->mutex) );
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h7566 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c8605 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
16527 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
25944 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
34189 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
34651 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
39269 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
49999 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
50896 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
50897 assert( sqlite3_mutex_notheld(pcache1.mutex) );
64044 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
[all …]