Home
last modified time | relevance | path

Searched refs:xMutexLeave (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h5457 void (*xMutexLeave)(sqlite3_mutex *); member
HDsqlite3.c6010 void (*xMutexLeave)(sqlite3_mutex *); member
16907 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()
/NextBSD/contrib/sqlite3/
HDsqlite3.h6234 void (*xMutexLeave)(sqlite3_mutex *); member
HDsqlite3.c6448 void (*xMutexLeave)(sqlite3_mutex *); member
19275 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()
19364 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()