Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h7799 void (*xMutexLeave)(sqlite3_mutex *); member
/third_party/sqlite/src/
Dsqlite3.c8112 void (*xMutexLeave)(sqlite3_mutex *); member
26885 pGlobalMutexMethods->xMutexLeave(pCheck->mutex);
26949 pTo->xMutexLeave = pFrom->xMutexLeave;
27046 assert( sqlite3GlobalConfig.mutex.xMutexLeave );
27047 sqlite3GlobalConfig.mutex.xMutexLeave(p);