Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h8410 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
H A Dsqlite3.c8729 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
17796 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
29604 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
39630 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */ in unixEnterMutex()
40092 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex); in unixFileMutexNotheld()
44953 assert( sqlite3_mutex_notheld(pInode->pLockMutex) ); in findReusableFd()
56451 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
57344 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
57345 assert( sqlite3_mutex_notheld(pcache1.mutex) );
71270 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
[all …]