Home
last modified time | relevance | path

Searched refs:UseAtomicWrites (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h306 bool UseAtomicWrites; variable
375 UseAtomicWrites = Value; in SetUseAtomicWrites()
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp421 : Error(false), UseAtomicWrites(false), pos(0) in raw_fd_ostream()
473 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream()
525 if (BUILTIN_EXPECT(!UseAtomicWrites, true)) { in write_impl()