Searched refs:NamePart (Results 1 – 1 of 1) sorted by relevance
286 const char *NamePart = nullptr; in initialize() local288 NamePart = "_exchange"; in initialize()290 NamePart = "_fetch_add"; in initialize()292 NamePart = "_fetch_sub"; in initialize()294 NamePart = "_fetch_and"; in initialize()296 NamePart = "_fetch_or"; in initialize()298 NamePart = "_fetch_xor"; in initialize()300 NamePart = "_fetch_nand"; in initialize()303 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initialize()