Searched refs:errno_EOWNERDEAD (Results 1 – 4 of 4) sorted by relevance
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)
1061 if (res == errno_EOWNERDEAD) MutexRepair(thr, pc, (uptr)m); in cond_wait()