Searched refs:sqlite3_mutex_try (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.h64 #define sqlite3_mutex_try(X) SQLITE_OK macro
H A Dmutex.c120 int sqlite3_mutex_try(sqlite3_mutex *p){ function
H A Dbtmutex.c100 if( sqlite3_mutex_try(p->pBt->mutex)==SQLITE_OK ){
H A Dloadext.c305 sqlite3_mutex_try,
H A Dsqlite3ext.h373 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite.h.in5154 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5156 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5157 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5168 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5170 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5178 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5187 int sqlite3_mutex_try(sqlite3_mutex*);
5226 ** <li> [sqlite3_mutex_try()] </li>
H A Dtest_multiplex.c49 #define sqlite3_mutex_try(X) SQLITE_OK macro
H A Dtest_quota.c41 #define sqlite3_mutex_try(X) SQLITE_OK macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h411 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h5901 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5903 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5904 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5915 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5917 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5925 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5934 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5973 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c6016 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6018 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6019 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6030 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6032 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
6040 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6049 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6088 ** <li> [sqlite3_mutex_try()] </li>
10296 #define sqlite3_mutex_try( macro
18489 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
97382 #define sqlite3_mutex_try macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h411 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h5901 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5903 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5904 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5915 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5917 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5925 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5934 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5973 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c6016 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6018 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6019 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6030 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6032 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
6040 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6049 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6088 ** <li> [sqlite3_mutex_try()] </li>
10296 #define sqlite3_mutex_try( macro
18489 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
97402 #define sqlite3_mutex_try macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5159 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5161 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5162 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5173 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5175 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5183 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5192 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5231 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c5702 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5704 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5705 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5716 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5718 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5726 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5735 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5774 ** <li> [sqlite3_mutex_try()] </li>
8986 #define sqlite3_mutex_try( macro
16500 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
86855 #define sqlite3_mutex_try macro
[all...]

Completed in 585 milliseconds