Searched refs:sqlite3_mutex_notheld (Results 1 – 2 of 2) sorted by relevance
7797 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
8103 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);16194 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro26963 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 …]