Home
last modified time | relevance | path

Searched refs:sqlite3_mutex_free (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/src/
H A Dmutex.h58 #define sqlite3_mutex_free(X) macro
H A Dmutex.c302 void sqlite3_mutex_free(sqlite3_mutex *p){ in sqlite3_mutex_free() function
H A Dtest_sqllog.c519 sqlite3_mutex_free(sqllogglobal.mutex); in testSqllog()
H A Dtest_mutex.c324 sqlite3_mutex_free(p); in test_alloc_mutex()
H A Dloadext.c309 sqlite3_mutex_free,
H A Dtest3.c108 sqlite3_mutex_free(sDb.mutex); in btree_close()
H A Dtest_quota.c39 #define sqlite3_mutex_free(X) macro
812 sqlite3_mutex_free(gQuota.pMutex); in sqlite3_quota_shutdown()
H A Dmemdb.c240 sqlite3_mutex_free(p->pMutex); in memdbClose()
H A Dsqlite3ext.h529 #define sqlite3_mutex_free sqlite3_api->mutex_free macro
H A Dmain.c330 sqlite3_mutex_free(sqlite3GlobalConfig.pInitMutex); in sqlite3_initialize()
1411 sqlite3_mutex_free(db->mutex); in sqlite3LeaveMutexAndCloseZombie()
H A Dos_unix.c1346 sqlite3_mutex_free(pInode->pLockMutex); in releaseInodeInfo()
4473 sqlite3_mutex_free(p->pShmMutex); in unixShmPurge()
H A Dos_win.c3851 if( p->mutex ){ sqlite3_mutex_free(p->mutex); }
H A Dbtree.c2751 sqlite3_mutex_free(pBt->mutex); in removeFromSharingList()
H A Dsqlite.h.in7775 ** ^The sqlite3_mutex_free() routine deallocates a previously
7808 void sqlite3_mutex_free(sqlite3_mutex*);
7847 ** <li> [sqlite3_mutex_free()] </li>
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c5269 sqlite3_mutex_free(((rbu_vfs*)pVfs)->mutex); in sqlite3rbu_destroy_vfs()
5347 sqlite3_mutex_free(pNew->mutex); in sqlite3rbu_create_vfs()