Searched refs:sqlite3_mutex (Results 1 – 6 of 6) sorted by relevance
797 typedef struct sqlite3_mutex sqlite3_mutex; typedef5378 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);5381 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);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 *);5459 int (*xMutexNotheld)(sqlite3_mutex *);[all …]
169 sqlite3_mutex *(*mutex_alloc)(int);170 void (*mutex_enter)(sqlite3_mutex*);171 void (*mutex_free)(sqlite3_mutex*);172 void (*mutex_leave)(sqlite3_mutex*);173 int (*mutex_try)(sqlite3_mutex*);203 sqlite3_mutex *(*db_mutex)(sqlite3*);
1350 typedef struct sqlite3_mutex sqlite3_mutex; typedef14590 sqlite3_mutex *mutex; in sqlite3_vfs_find()15056 sqlite3_mutex *mutex;15615 sqlite3_mutex *mutex;16291 sqlite3_mutex *mutex;17165 struct sqlite3_mutex { struct17451 struct sqlite3_mutex { struct17548 sqlite3_mutex *p; in pthreadMutexAlloc()17788 struct sqlite3_mutex { struct17950 sqlite3_mutex *p; in winMutexAlloc()[all …]
1183 typedef struct sqlite3_mutex sqlite3_mutex; typedef7451 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);7454 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);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 *);7532 int (*xMutexNotheld)(sqlite3_mutex *);[all …]
184 sqlite3_mutex *(*mutex_alloc)(int);185 void (*mutex_enter)(sqlite3_mutex*);186 void (*mutex_free)(sqlite3_mutex*);187 void (*mutex_leave)(sqlite3_mutex*);188 int (*mutex_try)(sqlite3_mutex*);222 sqlite3_mutex *(*db_mutex)(sqlite3*);
2222 typedef struct sqlite3_mutex sqlite3_mutex; typedef23258 sqlite3_mutex *mutex; in sqlite3_vfs_find()23876 sqlite3_mutex *mutex;24436 sqlite3_mutex *mutex;25113 sqlite3_mutex *mutex;25646 sqlite3_mutex *mutex;26212 struct sqlite3_mutex { struct26339 sqlite3_mutex *p; in pthreadMutexAlloc()26895 struct sqlite3_mutex {27071 sqlite3_mutex *p;[all …]