Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c63 struct turnstile *es_turnstile; /* Associated turnstile. */ member
242 sync->es_turnstile = TURNSTILE_NULL; in esync_alloc()
259 assert3p(sync->es_turnstile, ==, TURNSTILE_NULL); in esync_free()
455 &sync->es_turnstile, TURNSTILE_NULL, tt); in esync_wait()
479 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wait()
536 &sync->es_turnstile, TURNSTILE_NULL, tt); in esync_wake()
579 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wake()
/xnu-11417.121.6/tools/lldbmacros/
H A Dexclaves.py120 …ring.format(esync, esync.es_id, GetEnumName('esync_policy_t', esync.es_policy), esync.es_turnstile)