Searched defs:sqlite3_mutex_methods (Results 1 – 4 of 4) sorted by relevance
5449 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef5450 struct sqlite3_mutex_methods { struct5451 int (*xMutexInit)(void);5452 int (*xMutexEnd)(void);5453 sqlite3_mutex *(*xMutexAlloc)(int);5454 void (*xMutexFree)(sqlite3_mutex *);5455 void (*xMutexEnter)(sqlite3_mutex *);5456 int (*xMutexTry)(sqlite3_mutex *);5457 void (*xMutexLeave)(sqlite3_mutex *);5458 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 …]
7522 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef7523 struct sqlite3_mutex_methods { struct7524 int (*xMutexInit)(void);7525 int (*xMutexEnd)(void);7526 sqlite3_mutex *(*xMutexAlloc)(int);7527 void (*xMutexFree)(sqlite3_mutex *);7528 void (*xMutexEnter)(sqlite3_mutex *);7529 int (*xMutexTry)(sqlite3_mutex *);7530 void (*xMutexLeave)(sqlite3_mutex *);7531 int (*xMutexHeld)(sqlite3_mutex *);[all …]
8561 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8562 struct sqlite3_mutex_methods { struct8563 int (*xMutexInit)(void);8564 int (*xMutexEnd)(void);8565 sqlite3_mutex *(*xMutexAlloc)(int);8566 void (*xMutexFree)(sqlite3_mutex *);8567 void (*xMutexEnter)(sqlite3_mutex *);8568 int (*xMutexTry)(sqlite3_mutex *);8569 void (*xMutexLeave)(sqlite3_mutex *);8570 int (*xMutexHeld)(sqlite3_mutex *);[all …]