Lines Matching full:sqlite3_mutex_alloc
1279 ** Mutexes are created using [sqlite3_mutex_alloc()].
5565 ** ^The sqlite3_mutex_alloc() routine allocates a new
5569 ** to sqlite3_mutex_alloc() is one of these integer constants:
5583 ** cause sqlite3_mutex_alloc() to create
5593 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5603 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5645 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5684 ** <li> [sqlite3_mutex_alloc()] </li>
5766 ** The [sqlite3_mutex_alloc()] interface takes a single argument
8778 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8)
16214 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){
16392 ** The sqlite3_mutex_alloc() routine allocates a new
16542 ** The sqlite3_mutex_alloc() routine allocates a new
16546 ** to sqlite3_mutex_alloc() is one of these integer constants:
16556 ** The first two constants cause sqlite3_mutex_alloc() to create
16566 ** The other allowed parameters to sqlite3_mutex_alloc() each return
16575 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
16856 ** The sqlite3_mutex_alloc() routine allocates a new
16860 ** to sqlite3_mutex_alloc() is one of these integer constants:
16873 ** The first two constants cause sqlite3_mutex_alloc() to create
16883 ** The other allowed parameters to sqlite3_mutex_alloc() each return
16892 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
17266 ** The sqlite3_mutex_alloc() routine allocates a new
17270 ** to sqlite3_mutex_alloc() is one of these integer constants:
17283 ** The first two constants cause sqlite3_mutex_alloc() to create
17293 ** The other allowed parameters to sqlite3_mutex_alloc() each return
17302 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
26510 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
31107 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
33879 pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
84789 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
85118 sqlite3_mutex_alloc,