Searched refs:sqlite3_mutex_notheld (Results 1 – 2 of 2) sorted by relevance
8410 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
8729 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);17796 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro29604 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function39630 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 …]