Home
last modified time | relevance | path

Searched defs:Tolerance (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
H A Dlock.pass.cpp43 ms Tolerance = ms(50); global() variable
45 ms Tolerance = ms(50 * 5); global() variable
H A Dtry_lock_shared.pass.cpp43 ms Tolerance = ms(200); global() variable
45 ms Tolerance = ms(200 * 5); global() variable
H A Dlock_shared.pass.cpp44 ms Tolerance = ms(50); global() variable
46 ms Tolerance = ms(50 * 5); global() variable
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_shared.pass.cpp43 ms Tolerance = ms(200); global() variable
45 ms Tolerance = ms(200 * 5); global() variable
H A Dtry_lock_for.pass.cpp44 ms Tolerance = ms(50); global() variable
46 ms Tolerance = ms(50 * 5); global() variable
H A Dtry_lock_until.pass.cpp45 ms Tolerance = ms(50); global() variable
47 ms Tolerance = ms(50 * 5); global() variable
H A Dtry_lock_shared_for.pass.cpp45 ms Tolerance = ms(50); global() variable
47 ms Tolerance = ms(50 * 5); global() variable
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex_try_to_lock.pass.cpp43 ms Tolerance = ms(200); variable
45 ms Tolerance = ms(200 * 5); variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp173 auto Tolerance = getMisExpectTolerance(I.getContext()); verifyMisExpect() local
/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp168 setDiagnosticsMisExpectTolerance(std::optional<uint32_t> Tolerance) setDiagnosticsMisExpectTolerance() argument