Lines Matching defs:SQLITE_CONFIG_MUTEX
2237 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
2238 ** <dd> ^(The SQLITE_CONFIG_MUTEX option takes a single argument which is a
2246 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
2444 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
8083 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
8185 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
27952 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
173878 case SQLITE_CONFIG_MUTEX: {