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

/external/llvm/include/llvm/Support/
H A Draw_ostream.h325 bool UseAtomicWrites; member in class:llvm::raw_fd_ostream
378 UseAtomicWrites = Value;
/external/llvm/lib/Support/
H A Draw_ostream.cpp435 : Error(false), UseAtomicWrites(false), pos(0) {
470 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
523 if (LLVM_LIKELY(!UseAtomicWrites)) {

Completed in 105 milliseconds