Searched refs:sqlite3_mutex_free (Results 1 – 15 of 15) sorted by relevance
58 #define sqlite3_mutex_free(X) macro
302 void sqlite3_mutex_free(sqlite3_mutex *p){ in sqlite3_mutex_free() function
519 sqlite3_mutex_free(sqllogglobal.mutex); in testSqllog()
324 sqlite3_mutex_free(p); in test_alloc_mutex()
309 sqlite3_mutex_free,
108 sqlite3_mutex_free(sDb.mutex); in btree_close()
39 #define sqlite3_mutex_free(X) macro812 sqlite3_mutex_free(gQuota.pMutex); in sqlite3_quota_shutdown()
240 sqlite3_mutex_free(p->pMutex); in memdbClose()
529 #define sqlite3_mutex_free sqlite3_api->mutex_free macro
330 sqlite3_mutex_free(sqlite3GlobalConfig.pInitMutex); in sqlite3_initialize()1411 sqlite3_mutex_free(db->mutex); in sqlite3LeaveMutexAndCloseZombie()
1346 sqlite3_mutex_free(pInode->pLockMutex); in releaseInodeInfo()4473 sqlite3_mutex_free(p->pShmMutex); in unixShmPurge()
3851 if( p->mutex ){ sqlite3_mutex_free(p->mutex); }
2751 sqlite3_mutex_free(pBt->mutex); in removeFromSharingList()
7775 ** ^The sqlite3_mutex_free() routine deallocates a previously7808 void sqlite3_mutex_free(sqlite3_mutex*);7847 ** <li> [sqlite3_mutex_free()] </li>
5269 sqlite3_mutex_free(((rbu_vfs*)pVfs)->mutex); in sqlite3rbu_destroy_vfs()5347 sqlite3_mutex_free(pNew->mutex); in sqlite3rbu_create_vfs()