Searched refs:test_ulock (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | ulock.c | 29 static _Atomic uint32_t test_ulock; variable 35 uint32_t test_ulock_owner = atomic_load_explicit(&test_ulock, in test_waiter() 37 int rc = __ulock_wait(UL_UNFAIR_LOCK | ULF_NO_ERRNO, &test_ulock, in test_waiter() 66 uint32_t test_ulock_owner = atomic_load_explicit(&test_ulock, in test_waiter_with_timeout() 68 int rc = __ulock_wait2(UL_UNFAIR_LOCK | ULF_NO_ERRNO | ULF_DEADLINE, &test_ulock, in test_waiter_with_timeout() 89 &test_ulock, 0); in test_waker() 104 atomic_store_explicit(&test_ulock, _os_get_self() & ~0x3u, memory_order_relaxed); 132 atomic_store_explicit(&test_ulock, _os_get_self() & ~0x3u, memory_order_relaxed);
|