Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c422 const uint64_t unique_id = ES_UNIQUE_ID(space, id); in esync_wait() local
427 esync_t *sync = esync_get(ht, unique_id, policy, &to_be_freed); in esync_wait()
434 MACH_EPOCH_SYNC_WAIT_STALE), unique_id, epoch, NULL); in esync_wait()
448 DBG_FUNC_START, unique_id, epoch, tid); in esync_wait()
507 const uint64_t unique_id = ES_UNIQUE_ID(space, id); in esync_wake() local
519 esync_t *sync = ht_get(ht, unique_id); in esync_wake()
523 MACH_EPOCH_SYNC_WAKE_NO_WAITERS), unique_id, in esync_wake()
546 MACH_EPOCH_SYNC_WAKE_ONE), unique_id, epoch); in esync_wake()
554 MACH_EPOCH_SYNC_WAKE_ALL), unique_id, epoch); in esync_wake()
562 MACH_EPOCH_SYNC_WAKE_ONE_WITH_OWNER), unique_id, epoch, tid); in esync_wake()
[all …]