Searched refs:sqlite3_mutex_notheld (Results 1 – 4 of 4) sorted by relevance
5493 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
6046 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);9291 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro16919 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function18470 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) );
7566 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
8605 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);16527 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro25944 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function34189 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 …]