Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
Draw_ostream.h320 bool UseAtomicWrites; variable
373 UseAtomicWrites = Value; in SetUseAtomicWrites()
/external/llvm/lib/Support/
Draw_ostream.cpp429 : Error(false), UseAtomicWrites(false), pos(0) { in raw_fd_ostream()
463 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream()
515 if (LLVM_LIKELY(!UseAtomicWrites)) { in write_impl()