• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching defs:sqlite3_mutex_try

5217 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5219 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5220 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5231 ** implemented by sqlite3_mutex_try(). On those systems, sqlite3_mutex_try()
5233 ** sqlite3_mutex_try() as an optimization so this is acceptable behavior.)^
5241 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5250 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5290 ** <li> [sqlite3_mutex_try()] </li>
8134 #define sqlite3_mutex_try(X) SQLITE_OK
14472 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){
14643 ** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
14645 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
14646 ** SQLITE_BUSY. The sqlite3_mutex_try() interface returns SQLITE_OK
14888 ** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
14890 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
14891 ** SQLITE_BUSY. The sqlite3_mutex_try() interface returns SQLITE_OK
15148 ** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
15150 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
15151 ** SQLITE_BUSY. The sqlite3_mutex_try() interface returns SQLITE_OK
15501 ** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
15503 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
15504 ** SQLITE_BUSY. The sqlite3_mutex_try() interface returns SQLITE_OK
15521 ** The sqlite3_mutex_try() routine is very rarely used, and when it
37300 if( sqlite3_mutex_try(p->pBt->mutex)==SQLITE_OK ){
76060 #define sqlite3_mutex_try sqlite3_api->mutex_try
76368 sqlite3_mutex_try,