Searched refs:NamePart (Results 1 – 1 of 1) sorted by relevance
324 const char *NamePart = nullptr; in initialize() local326 NamePart = "_exchange"; in initialize()328 NamePart = "_fetch_add"; in initialize()330 NamePart = "_fetch_sub"; in initialize()332 NamePart = "_fetch_and"; in initialize()334 NamePart = "_fetch_or"; in initialize()336 NamePart = "_fetch_xor"; in initialize()338 NamePart = "_fetch_nand"; in initialize()341 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initialize()