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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h659 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
661 ** at the internal representation of an [sqlite3_mutex]. It only
662 ** deals with pointers to the [sqlite3_mutex] object.
666 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
4723 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
4724 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
4725 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
4726 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
4727 SQLITE_API void sqlite3_mutex_leave(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*);
H A Dsqlite3.c1183 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1185 ** at the internal representation of an [sqlite3_mutex]. It only
1186 ** deals with pointers to the [sqlite3_mutex] object.
1190 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
5247 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5248 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
5249 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5250 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5251 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
14582 struct sqlite3_mutex { struct
14724 struct sqlite3_mutex { struct
14997 struct sqlite3_mutex { struct
15320 struct sqlite3_mutex { struct
[all...]

Completed in 240 milliseconds