// returns number of changes static int cset_sync(Concept c, O... values) ctex { lock dbLock(c); ret cset(c, values); }