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