Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c62 uint64_t es_id; /* Synchronization ID. */ member
165 if (elem->es_id != key) { in ht_put()
170 if (elem->es_id == key) { in ht_put()
211 if (elem->es_id != key) { in ht_get()
216 if (elem->es_id == key) { in ht_get()
241 sync->es_id = id; in esync_alloc()
288 const uint64_t id = sync->es_id; in esync_put()
289 sync->es_id = ES_INVALID_ID; in esync_put()
399 waitinfo->context = esync->es_id; in kdp_esync_find_owner()
/xnu-11417.121.6/tools/lldbmacros/
H A Dexclaves.py120 …return format_string.format(esync, esync.es_id, GetEnumName('esync_policy_t', esync.es_policy), es…