The Pedigree Project
0.1
|
Public Attributes | |
int(* | xMutexInit )(void) |
int(* | xMutexEnd )(void) |
sqlite3_mutex *(* | xMutexAlloc )(int) |
void(* | xMutexFree )(sqlite3_mutex *) |
void(* | xMutexEnter )(sqlite3_mutex *) |
int(* | xMutexTry )(sqlite3_mutex *) |
void(* | xMutexLeave )(sqlite3_mutex *) |
int(* | xMutexHeld )(sqlite3_mutex *) |
int(* | xMutexNotheld )(sqlite3_mutex *) |