Searched defs:sqlite3_mutex_try (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h456 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.c6854 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6856 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6857 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6866 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6868 ** sqlite3_mutex_try() as an optimization so this is acceptable
6876 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6885 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6924 ** <li> [sqlite3_mutex_try()] </li>
13926 #define sqlite3_mutex_try( macro
22934 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
111908 #define sqlite3_mutex_try macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h456 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.c6854 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6856 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6857 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6866 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6868 ** sqlite3_mutex_try() as an optimization so this is acceptable
6876 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6885 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6924 ** <li> [sqlite3_mutex_try()] </li>
13926 #define sqlite3_mutex_try( macro
22934 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
111908 #define sqlite3_mutex_try macro
[all...]

Completed in 491 milliseconds