Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h538 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h8054 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8056 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8057 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
8066 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
8068 ** sqlite3_mutex_try() as an optimization, so this is acceptable
8071 ** sqlite3_mutex_try() is required.)^
8078 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),
8087 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
8126 ** <li> [sqlite3_mutex_try()] </l
[all...]
H A Dsqlite3.c8367 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8369 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8370 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
8379 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
8381 ** sqlite3_mutex_try() as an optimization, so this is acceptable
8384 ** sqlite3_mutex_try() is required.)^
8391 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),
8400 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
8439 ** <li> [sqlite3_mutex_try()] </l
17360 #define sqlite3_mutex_try( global() macro
29066 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ sqlite3_mutex_try() function
[all...]