Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dulock.h131 #define ULF_NO_ERRNO 0x01000000 macro
141 #define ULF_WAIT_MASK (ULF_NO_ERRNO | ULF_DEADLINE | \
145 #define ULF_WAKE_MASK (ULF_NO_ERRNO | \
/xnu-11215.1.10/tests/
H A Dulock.c37 int rc = __ulock_wait(UL_UNFAIR_LOCK | ULF_NO_ERRNO, &test_ulock, in test_waiter()
68 int rc = __ulock_wait2(UL_UNFAIR_LOCK | ULF_NO_ERRNO | ULF_DEADLINE, &test_ulock, in test_waiter_with_timeout()
88 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-11215.1.10/bsd/kern/
H A Dsys_ulock.c799 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wait2()
870 if ((flags & ULF_NO_ERRNO) && (ret != 0)) { in ulock_wait_continue()
898 if ((args->operation & ULF_NO_ERRNO) && (ret != 0)) { in sys_ulock_wake()