Searched defs:sqlite3_mutex_methods (Results 1 – 7 of 7) sorted by relevance
5260 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef5261 struct sqlite3_mutex_methods { struct5262 int (*xMutexInit)(void);5263 int (*xMutexEnd)(void);5264 sqlite3_mutex *(*xMutexAlloc)(int);5265 void (*xMutexFree)(sqlite3_mutex *);5266 void (*xMutexEnter)(sqlite3_mutex *);5267 int (*xMutexTry)(sqlite3_mutex *);5268 void (*xMutexLeave)(sqlite3_mutex *);5269 int (*xMutexHeld)(sqlite3_mutex *);[all …]
5803 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef5804 struct sqlite3_mutex_methods { struct5805 int (*xMutexInit)(void);5806 int (*xMutexEnd)(void);5807 sqlite3_mutex *(*xMutexAlloc)(int);5808 void (*xMutexFree)(sqlite3_mutex *);5809 void (*xMutexEnter)(sqlite3_mutex *);5810 int (*xMutexTry)(sqlite3_mutex *);5811 void (*xMutexLeave)(sqlite3_mutex *);5812 int (*xMutexHeld)(sqlite3_mutex *);[all …]
5255 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef5256 struct sqlite3_mutex_methods { struct5257 int (*xMutexInit)(void);5258 int (*xMutexEnd)(void);5259 sqlite3_mutex *(*xMutexAlloc)(int);5260 void (*xMutexFree)(sqlite3_mutex *);5261 void (*xMutexEnter)(sqlite3_mutex *);5262 int (*xMutexTry)(sqlite3_mutex *);5263 void (*xMutexLeave)(sqlite3_mutex *);5264 int (*xMutexHeld)(sqlite3_mutex *);[all …]
6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef6003 struct sqlite3_mutex_methods { struct6004 int (*xMutexInit)(void);6005 int (*xMutexEnd)(void);6006 sqlite3_mutex *(*xMutexAlloc)(int);6007 void (*xMutexFree)(sqlite3_mutex *);6008 void (*xMutexEnter)(sqlite3_mutex *);6009 int (*xMutexTry)(sqlite3_mutex *);6010 void (*xMutexLeave)(sqlite3_mutex *);6011 int (*xMutexHeld)(sqlite3_mutex *);[all …]
6117 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef6118 struct sqlite3_mutex_methods { struct6119 int (*xMutexInit)(void);6120 int (*xMutexEnd)(void);6121 sqlite3_mutex *(*xMutexAlloc)(int);6122 void (*xMutexFree)(sqlite3_mutex *);6123 void (*xMutexEnter)(sqlite3_mutex *);6124 int (*xMutexTry)(sqlite3_mutex *);6125 void (*xMutexLeave)(sqlite3_mutex *);6126 int (*xMutexHeld)(sqlite3_mutex *);[all …]