Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Depoch_sync.c51 struct turnstile *es_turnstile; /* Associated turnstile. */ member
230 sync->es_turnstile = TURNSTILE_NULL; in esync_alloc()
247 assert3p(sync->es_turnstile, ==, TURNSTILE_NULL); in esync_free()
404 &sync->es_turnstile, TURNSTILE_NULL, tt); in esync_wait()
426 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wait()
482 &sync->es_turnstile, TURNSTILE_NULL, tt); in esync_wake()
523 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wake()
/xnu-11215.1.10/tools/lldbmacros/
H A Dexclaves.py115 …ring.format(esync, esync.es_id, GetEnumName('esync_policy_t', esync.es_policy), esync.es_turnstile)