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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h397 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h5478 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5480 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5481 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5492 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5494 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5502 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5511 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5550 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c6028 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6030 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6031 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6042 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6044 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
6052 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6061 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6100 ** <li> [sqlite3_mutex_try()] </li>
9516 #define sqlite3_mutex_try( macro
17315 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
91244 #define sqlite3_mutex_try macro
[all...]

Completed in 398 milliseconds