]> git.saurik.com Git - redis.git/commit
Make bio.c threads killable ASAP if needed.
authorantirez <antirez@gmail.com>
Thu, 22 Nov 2012 09:08:44 +0000 (10:08 +0100)
committerantirez <antirez@gmail.com>
Thu, 22 Nov 2012 09:12:11 +0000 (10:12 +0100)
commit753699172620ef6c36969385c9bd697c6fc2db98
tree70327934c6138bf0cfacd2b57a6d984bfb7c1962
parent5a9e3f58428df7d6a7a4d7cc891c95b84517183d
Make bio.c threads killable ASAP if needed.

We use this new bio.c feature in order to stop our I/O threads if there
is a memory test to do on crash. In this case we don't want anything
else than the main thread to run, otherwise the other threads may mess
with the heap and the memory test will report a false positive.
src/bio.c
src/bio.h
src/debug.c