Searched refs:sqlite3_mutex_alloc (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h350 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h616 ** Mutexes are created using [sqlite3_mutex_alloc()].
4536 ** {H17011} The sqlite3_mutex_alloc() routine allocates a new
4540 ** to sqlite3_mutex_alloc() is one of these integer constants:
4553 ** {H17015} The first two constants cause sqlite3_mutex_alloc() to create
4563 ** {H17017} The other allowed parameters to sqlite3_mutex_alloc() each return
4572 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
4614 sqlite3_mutex *sqlite3_mutex_alloc(int);
4654 ** <li> [sqlite3_mutex_alloc()] </li>
4719 ** The [sqlite3_mutex_alloc()] interface takes a single argument
/external/sqlite/dist/orig/
H A Dsqlite3ext.h393 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h862 ** Mutexes are created using [sqlite3_mutex_alloc()].
5477 ** ^The sqlite3_mutex_alloc() routine allocates a new
5481 ** to sqlite3_mutex_alloc() is one of these integer constants:
5495 ** cause sqlite3_mutex_alloc() to create
5505 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5515 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5557 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5596 ** <li> [sqlite3_mutex_alloc()] </li>
5678 ** The [sqlite3_mutex_alloc()] interface takes a single argument
H A Dsqlite3.c1412 ** Mutexes are created using [sqlite3_mutex_alloc()].
6027 ** ^The sqlite3_mutex_alloc() routine allocates a new
6031 ** to sqlite3_mutex_alloc() is one of these integer constants:
6045 ** cause sqlite3_mutex_alloc() to create
6055 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
6065 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6107 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
6146 ** <li> [sqlite3_mutex_alloc()] </li>
6228 ** The [sqlite3_mutex_alloc()] interface takes a single argument
9571 #define sqlite3_mutex_alloc( macro
17341 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
91366 #define sqlite3_mutex_alloc macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h393 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h862 ** Mutexes are created using [sqlite3_mutex_alloc()].
5477 ** ^The sqlite3_mutex_alloc() routine allocates a new
5481 ** to sqlite3_mutex_alloc() is one of these integer constants:
5495 ** cause sqlite3_mutex_alloc() to create
5505 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5515 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5557 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5596 ** <li> [sqlite3_mutex_alloc()] </li>
5678 ** The [sqlite3_mutex_alloc()] interface takes a single argument
H A Dsqlite3.c1412 ** Mutexes are created using [sqlite3_mutex_alloc()].
6027 ** ^The sqlite3_mutex_alloc() routine allocates a new
6031 ** to sqlite3_mutex_alloc() is one of these integer constants:
6045 ** cause sqlite3_mutex_alloc() to create
6055 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
6065 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6107 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
6146 ** <li> [sqlite3_mutex_alloc()] </li>
6228 ** The [sqlite3_mutex_alloc()] interface takes a single argument
9571 #define sqlite3_mutex_alloc( macro
17341 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
91379 #define sqlite3_mutex_alloc macro
[all...]

Completed in 316 milliseconds