Code

Bugfix: correctly handle spurious wakeups in pthread_cond_timedwait
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 6 Feb 2010 15:10:33 +0000 (16:10 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 10 Feb 2010 11:06:34 +0000 (12:06 +0100)
commitdbe1a7d29fe1758380c50644e8b9cba3e618a25f
tree8e2d434a0a0d70b00ab23e1b328a64b6148c6f4f
parent5233d6b54dbae48b7604a3dedaee493a64d31cbf
Bugfix: correctly handle spurious wakeups in pthread_cond_timedwait

This fixes problems storing data in rrd files on NetBSD 5.0 with more
than one CPU.

Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/plugin.c