Searched refs:NamePart (Results 1 – 1 of 1) sorted by relevance
334 const char *NamePart = nullptr; in initialize() local336 NamePart = "_exchange"; in initialize()338 NamePart = "_fetch_add"; in initialize()340 NamePart = "_fetch_sub"; in initialize()342 NamePart = "_fetch_and"; in initialize()344 NamePart = "_fetch_or"; in initialize()346 NamePart = "_fetch_xor"; in initialize()348 NamePart = "_fetch_nand"; in initialize()351 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initialize()