]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an internal interface that allows the code to take advantage of multiple
authordrh <drh@noemail.net>
Sat, 21 Jul 2012 19:40:42 +0000 (19:40 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Jul 2012 19:40:42 +0000 (19:40 +0000)
commitf51446a38cb0db8dcfeade1e30da43de0f80d266
tree60a7bee8f27852d5b5a5f18793290ded62efa149
parent5373b76bdc82139a07b3bd32126eb42bb193b27a
Add an internal interface that allows the code to take advantage of multiple
cores by pushing subcomputations off into separate threads.  The interface
is not currently used.

FossilOrigin-Name: 0e4d977a4a07d6de50acbf022c7dd947998b8d96
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/sqliteInt.h
src/threads.c [new file with mode: 0644]
tool/mksqlite3c-noext.tcl
tool/mksqlite3c.tcl