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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h538 #define sqlite3_mutex_try sqlite3_api->mutex_try macro
H A Dsqlite3.h8029 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8031 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8032 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
8041 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
8043 ** sqlite3_mutex_try() as an optimization, so this is acceptable
8046 ** sqlite3_mutex_try() is required.)^
8053 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),
8062 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
8101 ** <li> [sqlite3_mutex_try()] </l
[all...]
H A Dsqlite3.c8342 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
8344 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
8345 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
8354 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
8356 ** sqlite3_mutex_try() as an optimization, so this is acceptable
8359 ** sqlite3_mutex_try() is required.)^
8366 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(),
8375 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
8414 ** <li> [sqlite3_mutex_try()] </l
17310 #define sqlite3_mutex_try macro
28787 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ function
136010 #define sqlite3_mutex_try macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1568 int sqlite3_mutex_try(sqlite3_mutex*);

Completed in 628 milliseconds