Searched refs:errno_EOWNERDEAD (Results 1 – 10 of 10) sorted by relevance
29 extern const int errno_EOWNERDEAD = EOWNERDEAD;31 extern const int errno_EOWNERDEAD = -1;
30 extern const int errno_EOWNERDEAD;
4236 if (res == errno_EOWNERDEAD)4238 if (res == 0 || res == errno_EOWNERDEAD)4269 if (res == errno_EOWNERDEAD)4271 if (res == 0 || res == errno_EOWNERDEAD)
931 const int errno_EOWNERDEAD = EOWNERDEAD; variable933 const int errno_EOWNERDEAD = -1; variable
1372 extern const int errno_EOWNERDEAD;
3553 if (res == errno_EOWNERDEAD)3555 if (res == 0 || res == errno_EOWNERDEAD)
1183 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()
1061 if (res == errno_EOWNERDEAD) MutexRepair(thr, pc, (uptr)m); in cond_wait()
7429 <!-- const int __sanitizer::errno_EOWNERDEAD -->7430 …<var-decl name='errno_EOWNERDEAD' type-id='type-id-110' mangled-name='_ZN11__sanitizer16errno_EOWN…
4232 …<var-decl name='errno_EOWNERDEAD' type-id='type-id-110' mangled-name='_ZN11__sanitizer16errno_EOWN…