Searched refs:EOWNERDEAD (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.cpp27 // EOWNERDEAD is not present in some older platforms.
28 #if defined(EOWNERDEAD)
29 extern const int errno_EOWNERDEAD = EOWNERDEAD;
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h35 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE) || !defined(EINTEGRITY)
51 #if !defined(EOWNERDEAD) && !defined(ENOTRECOVERABLE) && !defined(EINTEGRITY)
53 #define EOWNERDEAD __elast2 macro
60 #elif !defined(EOWNERDEAD) && !defined(ENOTRECOVERABLE) && defined(EINTEGRITY)
62 #define EOWNERDEAD __elast2 macro
65 #define ELAST EOWNERDEAD
68 #elif !defined(EOWNERDEAD) && defined(ENOTRECOVERABLE) && !defined(EINTEGRITY)
69 #define EOWNERDEAD __elast1 macro
76 #elif !defined(EOWNERDEAD) && defined(ENOTRECOVERABLE) && defined(EINTEGRITY)
77 #define EOWNERDEAD __elast macro
232 #define EOWNERDEAD macro
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c75 return (EOWNERDEAD);
108 return (EOWNERDEAD);
151 return (EOWNERDEAD);
160 if (ret == 0 || ret == EOWNERDEAD ||
H A Dthr_mutex.c528 if (error != EOWNERDEAD)
629 if (__predict_true(ret == 0) || ret == EOWNERDEAD) {
631 if (ret == EOWNERDEAD)
638 if (ret != 0 && ret != EOWNERDEAD &&
704 if (ret == 0 || ret == EOWNERDEAD) {
706 if (ret == EOWNERDEAD)
726 if (ret == 0 || ret == EOWNERDEAD) {
728 if (ret == EOWNERDEAD)
735 if (ret != 0 && ret != EOWNERDEAD &&
790 if (error == 0 || error == EOWNERDEAD)
[all...]
H A Dthr_umtx.h88 return (EOWNERDEAD);
111 return (EOWNERDEAD);
/freebsd-11-stable/sys/sys/
H A Derrno.h180 #define EOWNERDEAD 96 /* Previous owner died */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d226 inline int EOWNERDEAD = 96;
227 #pragma D binding "1.13" EOWNERDEAD
342 errno == EOWNERDEAD ? "Previous owner died" :
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c101 [EOWNERDEAD] = CLOUDABI_EOWNERDEAD,
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c148 ENTRY(EOWNERDEAD),
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c108 [CLOUDABI_EOWNERDEAD] = EOWNERDEAD,
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c236 #ifdef EOWNERDEAD
237 EOWNERDEAD,
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c238 #ifdef EOWNERDEAD
239 EOWNERDEAD,
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c616 #ifdef EOWNERDEAD
621 atf_tc_fail_nonfatal("EOWNERDEAD not defined");
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c704 if (rv == EOWNERDEAD) {
820 if (rv == EOWNERDEAD) {
870 if (rv == EOWNERDEAD) {
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c1049 * return EOWNERDEAD to the userspace. The
1060 return (EOWNERDEAD); /* success */
1894 error = EOWNERDEAD;
2171 error = EOWNERDEAD; /* success */
2218 if (error != 0 && error != EOWNERDEAD) {
2382 error = EOWNERDEAD;

Completed in 109 milliseconds