From: David Goulet Date: Thu, 18 Nov 2010 20:45:20 +0000 (-0500) Subject: Rename all memory primitives with prefix cmm_ X-Git-Tag: v0.5.0~3 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=5481ddb381061bda64aebc039900d21cac6a6caf;hp=5481ddb381061bda64aebc039900d21cac6a6caf;p=urcu.git Rename all memory primitives with prefix cmm_ In order to not pollute the userspace namespace for application using liburcu or any lib/apps linked with urcu, this patch if the first of three major refactor for naming convention. The cmm_ prefix is a short name for Concurrent Memory Model and was suggested by Mathieu Desnoyers and Paul E. Mckenney. Every memory primitives such as mb, wmb, rmb, and so on are renamed. Signed-off-by: David Goulet Signed-off-by: Mathieu Desnoyers ---