sqlite3_mutex_methods

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

xMutexAlloc
sqlite3_mutex* function(int) xMutexAlloc;
Undocumented in source.
xMutexEnd
int function() xMutexEnd;
Undocumented in source.
xMutexEnter
void function(sqlite3_mutex*) xMutexEnter;
Undocumented in source.
xMutexFree
void function(sqlite3_mutex*) xMutexFree;
Undocumented in source.
xMutexHeld
int function(sqlite3_mutex*) xMutexHeld;
Undocumented in source.
xMutexInit
int function() xMutexInit;
Undocumented in source.
xMutexLeave
void function(sqlite3_mutex*) xMutexLeave;
Undocumented in source.
xMutexNotheld
int function(sqlite3_mutex*) xMutexNotheld;
Undocumented in source.
xMutexTry
int function(sqlite3_mutex*) xMutexTry;
Undocumented in source.

Meta