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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h456 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h6521 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6523 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6524 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6533 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6535 ** sqlite3_mutex_try() as an optimization so this is acceptable
6543 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6552 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6591 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c6798 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6800 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6801 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6810 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6812 ** sqlite3_mutex_try() as an optimization so this is acceptable
6820 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6829 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6868 ** <li> [sqlite3_mutex_try()] </li>
13858 #define sqlite3_mutex_try( macro
22847 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
111458 #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.h6521 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6523 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6524 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6533 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6535 ** sqlite3_mutex_try() as an optimization so this is acceptable
6543 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6552 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6591 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c6798 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6800 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6801 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6810 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6812 ** sqlite3_mutex_try() as an optimization so this is acceptable
6820 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6829 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6868 ** <li> [sqlite3_mutex_try()] </li>
13858 #define sqlite3_mutex_try( macro
22847 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
111458 #define sqlite3_mutex_try macro
[all...]

Completed in 630 milliseconds