Home
last modified time | relevance | path

Searched refs:ULF_NO_ERRNO (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dulock.h124 #define ULF_NO_ERRNO 0x01000000 macro
133 #define ULF_WAIT_MASK (ULF_NO_ERRNO | \
137 #define ULF_WAKE_MASK (ULF_NO_ERRNO | \
/xnu-8020.140.41/tests/
H A Dulock.c37 int rc = __ulock_wait(UL_UNFAIR_LOCK | ULF_NO_ERRNO, &test_ulock, in test_waiter()
56 int rc = __ulock_wake(UL_UNFAIR_LOCK | ULF_NO_ERRNO | ULF_WAKE_ALLOW_NON_OWNER, in test_waker()
H A Dturnstile_multihop_helper.h123 if (flags & ULF_NO_ERRNO) { in ull_lock()
177 if ((ret < 0) && (flags & ULF_NO_ERRNO)) { in ull_unlock()
183 if ((ret < 0) && (flags & ULF_NO_ERRNO)) { in ull_unlock()
/xnu-8020.140.41/bsd/kern/
H A Dsys_ulock.c768 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wait2()
839 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in ulock_wait_continue()
867 if ((args->operation & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wake()