Home
last modified time | relevance | path

Searched refs:Glibc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/concurrency/
H A DMtUnsafeCheck.cpp271 {concurrency::MtUnsafeCheck::FunctionSet::Glibc, "glibc"}, in getEnumMapping()
284 case MtUnsafeCheck::FunctionSet::Glibc: in hasAnyMtUnsafeNames()
H A DMtUnsafeCheck.h31 Glibc, enumerator
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/
H A Dmt-unsafe.rst45 Glibc defines some of them as thread-safe (e.g. dirname(3)), but adds
46 non-POSIX thread-unsafe ones (e.g. getopt_long(3)). Glibc's list is
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc319 // oldest Glibc version pre-dates support for that architecture.
10262 // Glibc qsort uses a temporary buffer allocated either on stack or on heap.