Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
threads.c
fad3039
Enhance ability to debug out-of-memory errors.
by mistachkin
· 9 years ago
17db155
Remove an assert in the windows worker-thread logic that can fail in a race
by drh
· 10 years ago
2ea31b1
Fix threads.c so that setting sqlite3FaultSim(200) using the
by drh
· 10 years ago
89ea0d3
Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero.
by mistachkin
· 11 years ago
b13160f
Fix threads-enabled builds on Windows when the amalgamation is not in use.
by mistachkin
· 11 years ago
92c2e0d
Changes to work around Win32 and MSVCRT APIs that are not present on Windows CE 200x.
by mistachkin
· 11 years ago
ab99338
Changes to enable compiling using VC6.
by drh
· 11 years ago
0479c6a
Disable an assert that is sometimes generated spuriously.
by mistachkin
· 11 years ago
acd57ea
Update return value checking to conform to the beginthreadex() specs.
by mistachkin
· 11 years ago
7c2231c
Add a couple more assert statements.
by mistachkin
· 11 years ago
b92284d
Fix unreachable branches in the threads.c module.
by drh
· 11 years ago
b1ac2bc
Make the Win32 thread handles are available after the threads exit.
by mistachkin
· 11 years ago
19f30dc
Fix the threads build on Windows when SQLITE_MAX_WORKER_THREADS is greater
by drh
· 11 years ago
2b49327
Fix the build on windows.
by drh
· 11 years ago
cb6effa
Improvements to the testability of the threads.c module.
by drh
· 11 years ago
d94d4ee
Add tests so that the "coverage-sorter" test permutation covers all branches in vdbesort.c. Fix a few minor problems in the same file.
by dan
· 11 years ago
3de4df2
Improvements to comments. Store some extra information in SqliteThread that
by drh
· 11 years ago
f7da555
Fix typo in a Windows threading support routine.
by mistachkin
· 11 years ago
b3f56fd
Add the SQLITE_MAX_WORKER_THREADS compile time option. And the SQLITE_CONFIG_WORKER_THREADS sqlite3_config() switch.
by dan
· 11 years ago
3c86363
Enable four sorting threads by default in the command-line shell.
by drh
· 11 years ago
f876841
Add an experimental multi-threaded capability to vdbesorter.c.
by dan
· 11 years ago
6ddecb7
Cherry-pick [555fc07]:
by drh
· 13 years ago
a806475
Add an assert() to help verify the return code from the Win32 thread wait function.
by mistachkin
· 13 years ago
da0e471
Add Win32 support to the internal threads interface. Also, add several asserts and fix a few typos.
by mistachkin
· 13 years ago
f51446a
Add an internal interface that allows the code to take advantage of multiple
by drh
· 13 years ago