Searched refs:sqlite3_mutex_try (Results 1 – 3 of 3) sorted by relevance
538 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
8054 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt8056 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return8057 ** 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 acceptable8071 ** 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...]
8367 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt8369 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return8370 ** 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 acceptable8384 ** 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()] </l17360 #define sqlite3_mutex_try( global() macro 29066 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ sqlite3_mutex_try() function [all...]