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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.h61 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
H A Dmutex.c82 sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
H A Dpcache1.c522 pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
523 pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PMEM);
H A Dtest_journal.c215 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG));
218 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG));
H A Dloadext.c301 sqlite3_mutex_alloc,
H A Dtest_mutex.c304 sqlite3_mutex *p = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
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
H A Dsqlite.h.in751 ** Mutexes are created using [sqlite3_mutex_alloc()].
5104 ** ^The sqlite3_mutex_alloc() routine allocates a new
5108 ** to sqlite3_mutex_alloc() is one of these integer constants:
5122 ** cause sqlite3_mutex_alloc() to create
5132 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5142 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5184 sqlite3_mutex *sqlite3_mutex_alloc(int);
5223 ** <li> [sqlite3_mutex_alloc()] </li>
5305 ** The [sqlite3_mutex_alloc()] interface takes a single argument
H A Dos_os2.c933 pNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
H A Dos_win.c1481 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
H A Dos_unix.c3808 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h407 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h981 ** Mutexes are created using [sqlite3_mutex_alloc()].
5849 ** ^The sqlite3_mutex_alloc() routine allocates a new
5853 ** to sqlite3_mutex_alloc() is one of these integer constants:
5869 ** cause sqlite3_mutex_alloc() to create
5879 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5889 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5931 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5970 ** <li> [sqlite3_mutex_alloc()] </li>
6052 ** The [sqlite3_mutex_alloc()] interface takes a single argument
H A Dsqlite3.c1096 ** Mutexes are created using [sqlite3_mutex_alloc()].
5964 ** ^The sqlite3_mutex_alloc() routine allocates a new
5968 ** to sqlite3_mutex_alloc() is one of these integer constants:
5984 ** cause sqlite3_mutex_alloc() to create
5994 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
6004 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6046 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
6085 ** <li> [sqlite3_mutex_alloc()] </li>
6167 ** The [sqlite3_mutex_alloc()] interface takes a single argument
10293 #define sqlite3_mutex_alloc( macro
18451 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
97378 #define sqlite3_mutex_alloc macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h407 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h981 ** Mutexes are created using [sqlite3_mutex_alloc()].
5849 ** ^The sqlite3_mutex_alloc() routine allocates a new
5853 ** to sqlite3_mutex_alloc() is one of these integer constants:
5869 ** cause sqlite3_mutex_alloc() to create
5879 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5889 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5931 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5970 ** <li> [sqlite3_mutex_alloc()] </li>
6052 ** The [sqlite3_mutex_alloc()] interface takes a single argument
H A Dsqlite3.c1096 ** Mutexes are created using [sqlite3_mutex_alloc()].
5964 ** ^The sqlite3_mutex_alloc() routine allocates a new
5968 ** to sqlite3_mutex_alloc() is one of these integer constants:
5984 ** cause sqlite3_mutex_alloc() to create
5994 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
6004 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6046 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
6085 ** <li> [sqlite3_mutex_alloc()] </li>
6167 ** The [sqlite3_mutex_alloc()] interface takes a single argument
10293 #define sqlite3_mutex_alloc( macro
18451 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
97398 #define sqlite3_mutex_alloc macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h756 ** Mutexes are created using [sqlite3_mutex_alloc()].
5109 ** ^The sqlite3_mutex_alloc() routine allocates a new
5113 ** to sqlite3_mutex_alloc() is one of these integer constants:
5127 ** cause sqlite3_mutex_alloc() to create
5137 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5147 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5189 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5228 ** <li> [sqlite3_mutex_alloc()] </li>
5310 ** The [sqlite3_mutex_alloc()] interface takes a single argument
H A Dsqlite3.c1299 ** Mutexes are created using [sqlite3_mutex_alloc()].
5652 ** ^The sqlite3_mutex_alloc() routine allocates a new
5656 ** to sqlite3_mutex_alloc() is one of these integer constants:
5670 ** cause sqlite3_mutex_alloc() to create
5680 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5690 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5732 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5771 ** <li> [sqlite3_mutex_alloc()] </li>
5853 ** The [sqlite3_mutex_alloc()] interface takes a single argument
8983 #define sqlite3_mutex_alloc( macro
16462 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
86851 #define sqlite3_mutex_alloc macro
[all...]

Completed in 9379 milliseconds