|
The Pedigree Project
0.1
|
Collaboration diagram for sqlite3_mutex_methods: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 *) |
1.8.11