Home | History | Annotate | Download | only in dist

Lines Matching full:threading

183 ** See the [threading mode] documentation for additional information.
1073 ** [threading mode] to Single-thread. In other words, it disables
1077 ** it is not possible to change the [threading mode] from its default
1084 ** [threading mode] to Multi-thread. In other words, it disables
1092 ** it is not possible to set the Multi-thread [threading mode] and
1098 ** [threading mode] to Serialized. In other words, this option enables
1108 ** it is not possible to set the Serialized [threading mode] and
2139 ** opens in the multi-thread [threading mode] as long as the single-thread
2142 ** in the serialized [threading mode] unless single-thread was
2207 ** When the serialized [threading mode] is in use, it might be the
4867 ** when the [threading mode] is Serialized.
4868 ** ^If the [threading mode] is Single-thread or Multi-thread then this
5662 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine