Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Depoch_sync.c512 static ht_t esync_test_ht = { variable
516 STARTUP_ARG(LOCKS, STARTUP_RANK_LAST, ht_startup_init, &esync_test_ht);
548 const wait_result_t wr = esync_wait(&esync_test_ht, (uintptr_t)lock, epoch, in test_lock()
583 (void) esync_wake(&esync_test_ht, (uintptr_t)lock, epoch, in test_unlock()
664 wait_result_t wr = esync_wait(&esync_test_ht, 0, 0, &counter, 0, in esync_test_wait()