1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons
Zdenek Kabelac efe62a3411 Use condition instead of sleep
Replace usleep with pthread condition to increase speed testing
(for simplicity just 1 condition for all locks).

Use thread mutex also for unlock resource (so it wakes up awaiting
threads)

Better check some error states and return error in fail case with
unlocked mutex.
2011-10-11 09:05:20 +00:00
..
clvmd Use condition instead of sleep 2011-10-11 09:05:20 +00:00
cmirrord Check for failing 'stat' and skip this loop iteration 2011-09-21 10:42:53 +00:00
common Use Makefile for daemmons/common library. 2011-09-24 20:57:49 +00:00
dmeventd Drop cleanup of .exported_symbols_generated in DISTCLEAN_TARGETS 2011-09-24 21:00:52 +00:00
lvmetad Use Makefile for daemmons/common library. 2011-09-24 20:57:49 +00:00
Makefile.in Use Makefile for daemmons/common library. 2011-09-24 20:57:49 +00:00