Home
last modified time | relevance | path

Searched refs:sqlite3_mutex_alloc (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/rusqlite/src/
Dinner_connection.rs428 let mutex_ptr = ffi::sqlite3_mutex_alloc(0); in ensure_safe_sqlite_threading_mode()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h505 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h7518 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dbindgen_bundled_version.rs3435 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex; in sqlite3_mutex_alloc() function
Dsqlite3.c8581 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16691 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
26213 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
35292 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
38464 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
46069 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
125884 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
126333 sqlite3_mutex_alloc,
204249 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
/external/sqlite/dist/
Dsqlite3ext.h525 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h7756 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dsqlite3.c8062 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16559 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
27595 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){
36912 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
40130 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
47537 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
50283 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
130035 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
130502 sqlite3_mutex_alloc,
211225 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
/external/sqlite/dist/orig/
Dsqlite3ext.h525 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h7756 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dsqlite3.c8062 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16559 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
27595 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){
36896 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
40114 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
47521 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
50267 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
130019 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
130486 sqlite3_mutex_alloc,
211193 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs1670 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
Dbindgen_3.6.23.rs1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
Dbindgen_3.7.16.rs1924 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
Dbindgen_3.7.7.rs1853 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout893 sqlite3_mutex *sqlite3_mutex_alloc(int);