]> git.saurik.com Git - redis.git/commit
use pthread_cond_signal() to make sure the background thread will process the job.
authorantirez <antirez@gmail.com>
Tue, 13 Sep 2011 14:21:12 +0000 (16:21 +0200)
committerantirez <antirez@gmail.com>
Tue, 13 Sep 2011 14:21:12 +0000 (16:21 +0200)
commitb7c739b0ddb95ef274d141a6fe714fb34291324d
tree774ccd08fcf3acbea25b195bdf05efc11ddfa578
parent8ea2dfd75c962865ee73cdb5d1893b9a64212b27
use pthread_cond_signal() to make sure the background thread will process the job.
src/bio.c