Home
last modified time | relevance | path

Searched defs:sqlite3_mutex (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c1312 typedef struct sqlite3_mutex sqlite3_mutex; typedef
17078 struct sqlite3_mutex { struct
17099 ** The sqlite3_mutex_alloc() routine allocates a new argument
17364 struct sqlite3_mutex { struct
17380 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
17701 struct sqlite3_mutex { struct
17702 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
17703 int id; /* Mutex type */
17705 volatile int nRef; /* Number of enterances */
17706 volatile DWORD owner; /* Thread holding this mutex */
[all …]
H A Dsqlite3.h765 typedef struct sqlite3_mutex sqlite3_mutex; typedef

Completed in 320 milliseconds