Home
last modified time | relevance | path

Searched refs:sqlite3_mutex (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h1264 typedef struct sqlite3_mutex sqlite3_mutex; typedef
8084 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 …]
H A Dsqlite3ext.h184 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*);
H A Dsqlite3.c1577 typedef struct sqlite3_mutex sqlite3_mutex; typedef
26402 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 { struct
29492 sqlite3_mutex *p; in pthreadMutexAlloc()
29850 struct sqlite3_mutex { struct
30026 sqlite3_mutex *p; in winMutexAlloc()
[all …]