Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/common/lib/libprop
Module Name: src
Committed By: pooka
Date: Sat Jan 3 18:31:34 UTC 2009
Modified Files:
src/common/lib/libprop: prop_bool.c prop_dictionary.c prop_number.c
prop_object.c prop_object_impl.h
Log Message:
Get rid of locks with static initializers using once and atomic ops.
This makes proplib simplelock-free.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/common/lib/libprop/prop_bool.c
cvs rdiff -r1.33 -r1.34 src/common/lib/libprop/prop_dictionary.c
cvs rdiff -r1.20 -r1.21 src/common/lib/libprop/prop_number.c
cvs rdiff -r1.23 -r1.24 src/common/lib/libprop/prop_object.c
cvs rdiff -r1.28 -r1.29 src/common/lib/libprop/prop_object_impl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index