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.rs396 let mutex_ptr = ffi::sqlite3_mutex_alloc(0); in ensure_safe_sqlite_threading_mode()
/external/sqlite/dist/
Dsqlite3ext.h503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h7451 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dsqlite3.c8490 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16521 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25882 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
34909 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
38059 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
45574 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
123794 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
124241 sqlite3_mutex_alloc,
200389 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
/external/sqlite/dist/orig/
Dsqlite3ext.h503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h7451 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dsqlite3.c8490 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16521 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25882 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
34893 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
38043 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
45558 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
123778 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
124225 sqlite3_mutex_alloc,
200361 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h7453 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dbindgen_bundled_version.rs3423 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex; in sqlite3_mutex_alloc() function
Dsqlite3.c8501 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16549 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25927 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
34978 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
38128 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
45646 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
124098 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
124545 sqlite3_mutex_alloc,
201122 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.7.rs1853 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
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout893 sqlite3_mutex *sqlite3_mutex_alloc(int);