Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.h1008 typedef struct sqlite3_mutex sqlite3_mutex; typedef
6131 SQLITE_API sqlite3_mutex *SQLITE_STDCALL sqlite3_mutex_alloc(int);
6134 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_try(sqlite3_mutex*);
6206 sqlite3_mutex *(*xMutexAlloc)(int);
6207 void (*xMutexFree)(sqlite3_mutex *);
6208 void (*xMutexEnter)(sqlite3_mutex *);
6209 int (*xMutexTry)(sqlite3_mutex *);
6210 void (*xMutexLeave)(sqlite3_mutex *);
6211 int (*xMutexHeld)(sqlite3_mutex *);
6212 int (*xMutexNotheld)(sqlite3_mutex *);
[all …]
H A Dsqlite3ext.h186 sqlite3_mutex *(*mutex_alloc)(int);
187 void (*mutex_enter)(sqlite3_mutex*);
188 void (*mutex_free)(sqlite3_mutex*);
189 void (*mutex_leave)(sqlite3_mutex*);
190 int (*mutex_try)(sqlite3_mutex*);
224 sqlite3_mutex *(*db_mutex)(sqlite3*);
H A Dsqlite3.c1215 typedef struct sqlite3_mutex sqlite3_mutex; typedef
15117 sqlite3_mutex *pMutex; in sqlite3_status64()
16780 sqlite3_mutex *mutex; in sqlite3_vfs_find()
17395 sqlite3_mutex *mutex;
17954 sqlite3_mutex *mutex;
18630 sqlite3_mutex *mutex;
19519 struct sqlite3_mutex { struct
19624 sqlite3_mutex *p; in pthreadMutexAlloc()
20173 struct sqlite3_mutex {
20326 sqlite3_mutex *p;
[all …]

Completed in 371 milliseconds