[#SYNCHRONIZED_VAR] = SYNCHRONIZED_VAR :mrdocs: Disambiguate the name var by concatenating the line number of the original point of expansion. This avoids shadowing warnings for nested SYNCHRONIZEDs. The name is consistent if used multiple times within another macro. Only for internal use. == Synopsis Declared in `<folly/Synchronized.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define SYNCHRONIZED_VAR(var) ---- == Parameters [cols="1,4"] |=== | Name| Description | *var* | The base name to disambiguate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#