Searched refs:esync_space_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | epoch_sync.h | 94 } esync_space_t; typedef 145 extern wait_result_t esync_wait(esync_space_t space, uint64_t id, 199 extern kern_return_t esync_wake(esync_space_t space, uint64_t id,
|
| H A D | epoch_sync.c | 112 space_to_ht(esync_space_t space) in space_to_ht() 372 esync_wait_set_block_hint(const esync_space_t space, const esync_policy_t policy) in esync_wait_set_block_hint() 417 esync_wait(esync_space_t space, const uint64_t id, const uint64_t epoch, in esync_wait() 495 esync_wake(esync_space_t space, const uint64_t id, const uint64_t epoch, in esync_wake()
|