Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h797 typedef struct sqlite3_mutex sqlite3_mutex; typedef
5378 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 …]
H A Dsqlite3ext.h169 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*);
H A Dsqlite3.c1350 typedef struct sqlite3_mutex sqlite3_mutex; typedef
14590 sqlite3_mutex *mutex; in sqlite3_vfs_find()
15056 sqlite3_mutex *mutex;
15615 sqlite3_mutex *mutex;
16291 sqlite3_mutex *mutex;
17165 struct sqlite3_mutex { struct
17451 struct sqlite3_mutex { struct
17548 sqlite3_mutex *p; in pthreadMutexAlloc()
17788 struct sqlite3_mutex { struct
17950 sqlite3_mutex *p; in winMutexAlloc()
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h1183 typedef struct sqlite3_mutex sqlite3_mutex; typedef
7451 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 …]
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.c2222 typedef struct sqlite3_mutex sqlite3_mutex; typedef
23258 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 { struct
26339 sqlite3_mutex *p; in pthreadMutexAlloc()
26895 struct sqlite3_mutex {
27071 sqlite3_mutex *p;
[all …]