Searched refs:NamePart (Results 1 – 1 of 1) sorted by relevance
287 const char *NamePart = nullptr; in initialize() local289 NamePart = "_exchange"; in initialize()291 NamePart = "_fetch_add"; in initialize()293 NamePart = "_fetch_sub"; in initialize()295 NamePart = "_fetch_and"; in initialize()297 NamePart = "_fetch_or"; in initialize()299 NamePart = "_fetch_xor"; in initialize()301 NamePart = "_fetch_nand"; in initialize()304 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initialize()