Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_CONFIG_MUTEX

2029 ** [[SQLITE_CONFIG_MUTEX]] <dt>SQLITE_CONFIG_MUTEX</dt>
2030 ** <dd> ^(The SQLITE_CONFIG_MUTEX option takes a single argument which is a
2038 ** [sqlite3_config()] with the SQLITE_CONFIG_MUTEX configuration option will
2209 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
6797 ** [SQLITE_CONFIG_MUTEX] option of the sqlite3_config() function
6899 ** to sqlite3_config() along with the [SQLITE_CONFIG_MUTEX] option.
22994 ** sqlite3_config(SQLITE_CONFIG_MUTEX,...)
141010 case SQLITE_CONFIG_MUTEX: {