Home
last modified time | relevance | path

Searched defs:mu (Results 1 – 23 of 23) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Dsuppressions_mutex.cpp4 void __attribute__((noinline)) suppress_this(pthread_mutex_t *mu) { in suppress_this()
9 pthread_mutex_t mu; in main() local
H A Dcustom_mutex1.cpp6 Mutex mu(true, 0); variable
H A Dcustom_mutex2.cpp6 Mutex mu(true, 0); variable
H A Dcustom_mutex0.cpp7 Mutex mu(true, 0); variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-thread-safety-negative.cpp34 Mutex mu; member in SimpleTest::Bar
47 Mutex mu; member in SimpleTest::Foo
H A Dwarn-thread-safety-verbose.cpp23 Mutex mu; member in Test
H A Dwarn-thread-safety-analysis.cpp139 Mutex mu; global() member in MutexWrapper
547 Mutex mu; global() member in LateFoo
556 Mutex mu; global() member in LateBar
590 Mutex mu; late_bad_1() local
932 Mutex mu; global() variable
1125 Mutex mu; global() variable
1212 Mutex mu; global() member in thread_annot_lock_30_modified::Bar
1350 Mutex mu; global() variable
1531 Mutex mu; global() variable
1560 Mutex mu; global() member in substitution_test::MyData
1613 Mutex mu; global() member
1623 Mutex mu; global() member
1799 Mutex mu; global() member
2506 Mutex mu; global() member in TrylockJoinPoint::Foo
2733 Mutex mu; global() variable
3062 Mutex mu; global() variable
4844 Mutex mu; global() member in LogicalConditionalTryLock::Foo
5180 struct MuCell { Mutex* mu; }; global() member
5203 SmartPtr<Mutex> mu; global() member in AttributeExpressionCornerCases::PreciseSmartPtr
5217 SmartPtr<Mutex> mu; global() member in AttributeExpressionCornerCases::SmartRedeclare
5279 Mutex mu; global() member in NegativeRequirements::Bar
5292 Mutex mu; global() member in NegativeRequirements::Foo
5388 Mutex mu; global() member in AssertSharedExclusive::Foo
5408 Mutex mu; global() member in RangeBasedForAndReferences::Foo
5510 Mutex mu; global() member in PassByRefTest::Bar
5592 Mutex mu; global() member in PassByRefTest::Return
5886 Mutex mu; global() member in ScopedAdoptTest::Foo
5944 Mutex mu; global() member in TestReferenceNoThreadSafetyAnalysis::Bar
[all...]
H A Dwarn-thread-safety-parsing.cpp47 Mutex mu; member in MuWrapper
1337 Mutex mu; global() member in FooLate
1403 Mutex mu; global() member in NestedClassLateDecl::Foo::Bar
1503 bar(Mutex * mu) bar() argument
1516 mutable Mutex mu; global() member in StaticScopeTest::Foo
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h382 explicit GenericScopedLock(MutexType *mu) SANITIZER_ACQUIRE(mu) : mu_(mu) { in GenericScopedLock()
398 explicit GenericScopedReadLock(MutexType *mu) SANITIZER_ACQUIRE(mu) in GenericScopedReadLock()
415 ALWAYS_INLINE explicit GenericScopedRWLock(MutexType *mu, bool write) in GenericScopedRWLock()
H A Dsanitizer_file.h35 StaticSpinMutex *mu; member
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp278 mu(Bound& bound_arg, const tuple<Args&...>& args) { in mu() function
283 inline T& mu(reference_wrapper<T>& bound_arg, const tuple<Args&...>&) { in mu() function
296 mu(Bound& bound_arg, const tuple<Args&...>& args) { in mu() function
316 mu(Bound& bound_arg, const tuple<Args&...>&) { in mu() function
/llvm-project/polly/lib/External/isl/
H A Dbasis_reduction_templ.c65 isl_int mu[2]; in isl_tab_compute_reduced_basis() local
/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h139 std::mutex mu; variable
/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp183 std::mutex mu; member
203 std::mutex mu; member
220 std::mutex mu; member
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp399 Fraction mu = dotProduct(mat.getRow(i), gsOrth.getRow(j)) / in checkReducedBasis() local
407 Fraction mu = dotProduct(mat.getRow(i), gsOrth.getRow(i - 1)) / in checkReducedBasis() local
/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp558 substituteMuInTerm(unsigned numParams,const ParamPoint & v,const std::vector<Point> & ds,const Point & mu) substituteMuInTerm() argument
698 Point mu = getNonOrthogonalVector(allDenominators); computeNumTerms() local
H A DMatrix.cpp720 Fraction mu; LLL() local
/llvm-project/clang/test/PCH/
H A Dthread-safety-attrs.cpp108 Mutex mu; member in MutexWrapper
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp166 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB() argument
227 char *f, int l, uptr mu) { in AnnotateMutexIsUsedAsCondVar() argument
/llvm-project/lld/ELF/
H A DInputFiles.cpp59 static std::mutex mu; toString() local
1235 static std::mutex mu; postParse() local
H A DInputSection.cpp126 static std::mutex mu; decompress() local
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.c1084 mp_result mp_int_exptmod_known(mp_int a, mp_int b, mp_int m, mp_int mu, in mp_int_exptmod_known()
2371 static int s_reduce(mp_int x, mp_int m, mp_int mu, mp_int q1, mp_int q2) { in s_reduce()
2414 static mp_result s_embar(mp_int a, mp_int b, mp_int m, mp_int mu, mp_int c) { in s_embar()
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3436 pthread_mutex_t* mu; member
3454 pthread_mutex_t mu; in TEST() local
[all...]