|
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 *) |
|
Definition at line 6630 of file sqlite3.h.
The documentation for this struct was generated from the following file:
- _CPack_Packages/Darwin/STGZ/amo_tools_suite--Darwin-x86_64/amo_tools_suite/include/sqlite/sqlite3.h