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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h411 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h5742 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5744 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5745 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5756 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5758 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5766 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5775 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5814 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c6313 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6315 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6316 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6327 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6329 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
6337 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6346 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
6385 ** <li> [sqlite3_mutex_try()] </li>
9894 #define sqlite3_mutex_try( macro
17825 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
92588 #define sqlite3_mutex_try macro
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h376 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h5348 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5350 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5351 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5362 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5364 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5372 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5381 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5420 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c5901 ** ^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>
9288 #define sqlite3_mutex_try( macro
16891 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
89268 #define sqlite3_mutex_try macro
[all...]

Completed in 600 milliseconds