HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_mutex (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 611 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
613 ** at the internal representation of an [sqlite3_mutex]. It only
614 ** deals with pointers to the [sqlite3_mutex] object.
618 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
    [all...]
sqlite3ext.h 171 sqlite3_mutex *(*mutex_alloc)(int);
172 void (*mutex_enter)(sqlite3_mutex*);
173 void (*mutex_free)(sqlite3_mutex*);
174 void (*mutex_leave)(sqlite3_mutex*);
175 int (*mutex_try)(sqlite3_mutex*);
  /external/sqlite/dist/orig/
sqlite3.h 864 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
    [all...]
sqlite3ext.h 186 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*);
sqlite3.c 1414 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
17653 struct sqlite3_mutex { struct
17939 struct sqlite3_mutex { struct
18276 struct sqlite3_mutex { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 864 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
    [all...]
sqlite3ext.h 186 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*);
sqlite3.c 1414 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
17653 struct sqlite3_mutex { struct
17939 struct sqlite3_mutex { struct
18276 struct sqlite3_mutex { struct
    [all...]

Completed in 72 milliseconds