Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h1164 typedef struct sqlite3_mutex sqlite3_mutex; typedef
7067 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
7070 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
7142 sqlite3_mutex *(*xMutexAlloc)(int);
7143 void (*xMutexFree)(sqlite3_mutex *);
7144 void (*xMutexEnter)(sqlite3_mutex *);
7145 int (*xMutexTry)(sqlite3_mutex *);
7146 void (*xMutexLeave)(sqlite3_mutex *);
7147 int (*xMutexHeld)(sqlite3_mutex *);
7148 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.c2203 typedef struct sqlite3_mutex sqlite3_mutex; typedef
22510 sqlite3_mutex *mutex; in sqlite3_vfs_find()
23128 sqlite3_mutex *mutex;
23688 sqlite3_mutex *mutex;
24365 sqlite3_mutex *mutex;
24898 sqlite3_mutex *mutex;
25463 struct sqlite3_mutex { struct
25590 sqlite3_mutex *p; in pthreadMutexAlloc()
26146 struct sqlite3_mutex {
26322 sqlite3_mutex *p;
[all …]

Completed in 457 milliseconds