Home
last modified time | relevance | path

Searched defs:is_atomic (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h103 u32 is_atomic = !!(typ & kAccessAtomic); in IsBothReadsOrAtomic() local
114 u32 is_atomic = !!(typ & kAccessAtomic); in IsRWWeakerOrEqual() local
H A Dtsan_trace.h56 u64 is_atomic : 1; member
87 u64 is_atomic : 1; member
H A Dtsan_rtl_report.cpp482 bool is_atomic = typ & kAccessAtomic; in RestoreStack() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp955 bool is_atomic = GenerateThreadName() local