Lines Matching refs:mutex
39 sqlite3_mutex_methods mutex; member
77 rc = wrapped.mutex.xMutexInit(); in wrMutexInit()
85 wrapped.mutex.xMutexEnd(); in wrMutexEnd()
90 return wrapped.mutex.xMutexAlloc(e); in wrMutexAlloc()
93 wrapped.mutex.xMutexFree(p); in wrMutexFree()
96 wrapped.mutex.xMutexEnter(p); in wrMutexEnter()
99 return wrapped.mutex.xMutexTry(p); in wrMutexTry()
102 wrapped.mutex.xMutexLeave(p); in wrMutexLeave()
105 return wrapped.mutex.xMutexHeld(p); in wrMutexHeld()
108 return wrapped.mutex.xMutexNotheld(p); in wrMutexNotheld()
183 sqlite3_config(SQLITE_CONFIG_GETMUTEX, &wrapped.mutex); in installInitWrappers()
227 sqlite3_config(SQLITE_CONFIG_MUTEX, &wrapped.mutex); in init_wrapper_uninstall()