Searched refs:sqlite3_mutex (Results 1 – 3 of 3) sorted by relevance
1264 typedef struct sqlite3_mutex sqlite3_mutex; typedef8084 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);8087 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);8159 sqlite3_mutex *(*xMutexAlloc)(int);8160 void (*xMutexFree)(sqlite3_mutex *);8161 void (*xMutexEnter)(sqlite3_mutex *);8162 int (*xMutexTry)(sqlite3_mutex *);8163 void (*xMutexLeave)(sqlite3_mutex *);8164 int (*xMutexHeld)(sqlite3_mutex *);8165 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*);
1577 typedef struct sqlite3_mutex sqlite3_mutex; typedef26402 sqlite3_mutex *mutex; in sqlite3_vfs_find()27020 sqlite3_mutex *mutex;27580 sqlite3_mutex *mutex;28257 sqlite3_mutex *mutex;28799 sqlite3_mutex *mutex;29365 struct sqlite3_mutex { struct29492 sqlite3_mutex *p; in pthreadMutexAlloc()29850 struct sqlite3_mutex { struct30026 sqlite3_mutex *p; in winMutexAlloc()[all …]