Searched defs:TsanIgnoreWritesEnd (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCompiler.h423 // Ignore any races on writes between here and the next TsanIgnoreWritesEnd.
427 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__) macro
432 # define TsanIgnoreWritesEnd() macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h426 // Ignore any races on writes between here and the next TsanIgnoreWritesEnd.
430 # define TsanIgnoreWritesEnd() AnnotateIgnoreWritesEnd(__FILE__, __LINE__) macro
435 # define TsanIgnoreWritesEnd() macro

Completed in 264 milliseconds