__nocsan
#define __nocsan __attribute__((no_sanitize("thread")))
#define __nocsan __attribute__((no_sanitize_thread))
#define __nocsan /* nothing */