Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1583 void function (sqlite3_mutex *) xMutexLeave;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h8138 void (*xMutexLeave)(sqlite3_mutex *); member
H A Dsqlite3.c8451 void (*xMutexLeave)(sqlite3_mutex *); member
28643 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()
28707 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()
28804 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()
28805 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()