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

/freebsd-10-stable/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h454 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h6437 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6439 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6440 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6449 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6451 ** sqlite3_mutex_try() as an optimization so this is acceptable
6459 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6468 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_try(sqlite3_mutex*);
6507 ** <li> [sqlite3_mutex_try()] </li>
H A Dsqlite3.c6697 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
6699 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
6700 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
6709 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
6711 ** sqlite3_mutex_try() as an optimization so this is acceptable
6719 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
6728 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_try(sqlite3_mutex*);
6767 ** <li> [sqlite3_mutex_try()] </li>
13645 #define sqlite3_mutex_try( macro
22491 SQLITE_API int SQLITE_STDCALL sqlite3_mutex_try(sqlite3_mutex *p){ function
109280 #define sqlite3_mutex_try macro
[all...]

Completed in 538 milliseconds