- 30 Nov, 2015 1 commit
-
-
antirez authored
-
- 19 Jan, 2013 1 commit
-
-
guiquanz authored
-
- 22 Nov, 2012 1 commit
-
-
antirez authored
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.
-
- 08 Nov, 2012 1 commit
-
-
antirez authored
-
- 27 Mar, 2012 1 commit
-
-
antirez authored
This is required to ensure that the signal will be delivered to the main thread when the watchdog timer expires.
-
- 19 Sep, 2011 1 commit
-
-
antirez authored
-
- 16 Sep, 2011 1 commit
-
-
antirez authored
-
- 15 Sep, 2011 7 commits
-
-
antirez authored
-
antirez authored
fixed a problem in bioOlderJobType() when there are no jobs of the specified type. Now the function returns 0 when this happens.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Background I/O library enhanced so that the main thread can query for the number of pending jobs of the specified type.
-
- 13 Sep, 2011 6 commits