Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/ !
H A Depoch_sync.h89 ESYNC_SPACE_TEST = 0, enumerator
H A Depoch_sync.c122 case ESYNC_SPACE_TEST: in space_to_ht()
660 const wait_result_t wr = esync_wait(ESYNC_SPACE_TEST, (uint32_t)(uintptr_t)lock, epoch, in test_lock()
695 (void) esync_wake(ESYNC_SPACE_TEST, (uint32_t)(uintptr_t)lock, epoch, in test_unlock()
776 wait_result_t wr = esync_wait(ESYNC_SPACE_TEST, 0, 0, &counter, 0, in esync_test_wait()