Searched defs:sqlite3_mutex_alloc (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c82 sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
H A Dmutex.h61 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
H A Dtest_multiplex.c46 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
906 gMultiplex.pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
H A Dtest_quota.c38 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
581 gQuota.pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
H A Dsqlite3ext.h369 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h393 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
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.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
91402 #define sqlite3_mutex_alloc macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1299 ** Mutexes are created using [sqlite3_mutex_alloc()].
5667 ** ^The sqlite3_mutex_alloc() routine allocates a new
5671 ** to sqlite3_mutex_alloc() is one of these integer constants:
5685 ** cause sqlite3_mutex_alloc() to create
5695 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5705 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5747 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5786 ** <li> [sqlite3_mutex_alloc()] </li>
5868 ** The [sqlite3_mutex_alloc()] interface takes a single argument
8998 #define sqlite3_mutex_alloc( macro
16477 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
87058 #define sqlite3_mutex_alloc macro
[all...]

Completed in 577 milliseconds