Lines Matching defs:SQLITE_CONFIG_MUTEX
2263 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
2264 ** <dd> ^(The SQLITE_CONFIG_MUTEX option takes a single argument which is a
2272 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
2486 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
8310 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
8414 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
29126 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
180263 case SQLITE_CONFIG_MUTEX: {