Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h537 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h7831 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
7833 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
7834 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
7843 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
7845 ** sqlite3_mutex_try() as an optimization so this is acceptable
7853 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
7862 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
7901 ** <li> [sqlite3_mutex_try()] </li>
/third_party/sqlite/src/
H A Dsqlite3.c8140 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8142 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8143 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
8152 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
8154 ** sqlite3_mutex_try() as an optimization so this is acceptable
8162 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
8171 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
8210 ** <li> [sqlite3_mutex_try()] </li>
16734 #define sqlite3_mutex_try( macro
27892 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ sqlite3_mutex_try() function
132460 #define sqlite3_mutex_try global() macro
[all...]

Completed in 143 milliseconds