Searched refs:sqlite3_mutex_alloc (Results 1 – 16 of 16) sorted by relevance
396 let mutex_ptr = ffi::sqlite3_mutex_alloc(0); in ensure_safe_sqlite_threading_mode()
503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
7451 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
8490 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);16521 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro25882 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function34909 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_alloc124241 sqlite3_mutex_alloc,200389 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
8490 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);16521 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro25882 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function34893 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_alloc124225 sqlite3_mutex_alloc,200361 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
7453 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
3423 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex; in sqlite3_mutex_alloc() function
8501 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);16549 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro25927 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function34978 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_alloc124545 sqlite3_mutex_alloc,201122 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
1670 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
1853 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
1924 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
893 sqlite3_mutex *sqlite3_mutex_alloc(int);