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

/macosx-10.10/Heimdal-398.1.2/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 330 milliseconds