Symbol: EOWNERDEAD
lib/libthr/thread/thr_mutex.c
530
if (error != EOWNERDEAD)
lib/libthr/thread/thr_mutex.c
632
if (__predict_true(ret == 0) || ret == EOWNERDEAD) {
lib/libthr/thread/thr_mutex.c
634
if (ret == EOWNERDEAD)
lib/libthr/thread/thr_mutex.c
641
if (ret != 0 && ret != EOWNERDEAD &&
lib/libthr/thread/thr_mutex.c
707
if (ret == 0 || ret == EOWNERDEAD) {
lib/libthr/thread/thr_mutex.c
709
if (ret == EOWNERDEAD)
lib/libthr/thread/thr_mutex.c
729
if (__predict_true(ret == 0) || ret == EOWNERDEAD) {
lib/libthr/thread/thr_mutex.c
731
if (ret == EOWNERDEAD)
lib/libthr/thread/thr_mutex.c
738
if (ret != 0 && ret != EOWNERDEAD &&
lib/libthr/thread/thr_mutex.c
793
if (error == 0 || error == EOWNERDEAD)
lib/libthr/thread/thr_umtx.c
141
return (EOWNERDEAD);
lib/libthr/thread/thr_umtx.c
150
if (ret == 0 || ret == EOWNERDEAD ||
lib/libthr/thread/thr_umtx.c
65
return (EOWNERDEAD);
lib/libthr/thread/thr_umtx.c
98
return (EOWNERDEAD);
lib/libthr/thread/thr_umtx.h
111
return (EOWNERDEAD);
lib/libthr/thread/thr_umtx.h
88
return (EOWNERDEAD);
stand/liblua/lerrno.c
145
ENTRY(EOWNERDEAD),
sys/dev/ice/ice_strings.c
594
case EOWNERDEAD:
sys/dev/ntsync/linux_ntsync.c
211
if (error == 0 || error == EOWNERDEAD) {
sys/dev/ntsync/linux_ntsync.c
225
if (error == 0 || error == EOWNERDEAD) {
sys/dev/ntsync/ntsync.c
587
state->error = EOWNERDEAD;
sys/dev/ntsync/ntsync.c
627
state->error = EOWNERDEAD;
sys/dev/ntsync/ntsync.c
734
error = EOWNERDEAD;
sys/kern/kern_umtx.c
1398
return (EOWNERDEAD); /* success */
sys/kern/kern_umtx.c
2372
error = EOWNERDEAD;
sys/kern/kern_umtx.c
2611
error = EOWNERDEAD; /* success */
sys/kern/kern_umtx.c
2675
if (error != 0 && error != EOWNERDEAD) {
sys/kern/kern_umtx.c
2838
error = EOWNERDEAD;
sys/security/audit/bsm_errno.c
237
#ifdef EOWNERDEAD
sys/security/audit/bsm_errno.c
238
EOWNERDEAD,