Lines Matching refs:sqlite3_mutex_alloc
1286 ** Mutexes are created using [sqlite3_mutex_alloc()].
5572 ** ^The sqlite3_mutex_alloc() routine allocates a new
5576 ** to sqlite3_mutex_alloc() is one of these integer constants:
5590 ** cause sqlite3_mutex_alloc() to create
5600 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5610 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5652 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5691 ** <li> [sqlite3_mutex_alloc()] </li>
5773 ** The [sqlite3_mutex_alloc()] interface takes a single argument
8785 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8)
16221 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){
16399 ** The sqlite3_mutex_alloc() routine allocates a new
16549 ** The sqlite3_mutex_alloc() routine allocates a new
16553 ** to sqlite3_mutex_alloc() is one of these integer constants:
16563 ** The first two constants cause sqlite3_mutex_alloc() to create
16573 ** The other allowed parameters to sqlite3_mutex_alloc() each return
16582 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
16863 ** The sqlite3_mutex_alloc() routine allocates a new
16867 ** to sqlite3_mutex_alloc() is one of these integer constants:
16880 ** The first two constants cause sqlite3_mutex_alloc() to create
16890 ** The other allowed parameters to sqlite3_mutex_alloc() each return
16899 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
17273 ** The sqlite3_mutex_alloc() routine allocates a new
17277 ** to sqlite3_mutex_alloc() is one of these integer constants:
17290 ** The first two constants cause sqlite3_mutex_alloc() to create
17300 ** The other allowed parameters to sqlite3_mutex_alloc() each return
17309 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
26517 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
31114 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
33886 pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
84796 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
85125 sqlite3_mutex_alloc,