sqlite3_mutex_methods


Vocabulary
db.sqlite.ffi

Definition


STRUCT: sqlite3_mutex_methods
{ xMutexInit void* } { xMutexEnd void* }
{ xMutexAlloc void* } { xMutexFree void* }
{ xMutexEnter void* } { xMutexTry void* }
{ xMutexLeave void* } { xMutexHeld void* }
{ xMutexNotheld void* } ;


Methods