Home
last modified time | relevance | path

Searched refs:errno_EOWNERDEAD (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_errno.cpp29 extern const int errno_EOWNERDEAD = EOWNERDEAD;
31 extern const int errno_EOWNERDEAD = -1;
Dsanitizer_errno_codes.h30 extern const int errno_EOWNERDEAD;
Dsanitizer_common_interceptors.inc4236 if (res == errno_EOWNERDEAD)
4238 if (res == 0 || res == errno_EOWNERDEAD)
4269 if (res == errno_EOWNERDEAD)
4271 if (res == 0 || res == errno_EOWNERDEAD)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc931 const int errno_EOWNERDEAD = EOWNERDEAD; variable
933 const int errno_EOWNERDEAD = -1; variable
Dsanitizer_platform_limits_posix.h1372 extern const int errno_EOWNERDEAD;
Dsanitizer_common_interceptors.inc3553 if (res == errno_EOWNERDEAD)
3555 if (res == 0 || res == errno_EOWNERDEAD)
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1183 if (res == errno_EOWNERDEAD) MutexRepair(thr, pc, (uptr)m); in cond_wait()
1290 if (res == errno_EOWNERDEAD) in TSAN_INTERCEPTOR()
1292 if (res == 0 || res == errno_EOWNERDEAD) in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1061 if (res == errno_EOWNERDEAD) MutexRepair(thr, pc, (uptr)m); in cond_wait()
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi7429 <!-- const int __sanitizer::errno_EOWNERDEAD -->
7430 …<var-decl name='errno_EOWNERDEAD' type-id='type-id-110' mangled-name='_ZN11__sanitizer16errno_EOWN…
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi4232 …<var-decl name='errno_EOWNERDEAD' type-id='type-id-110' mangled-name='_ZN11__sanitizer16errno_EOWN…