Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Depoch_sync.c49 struct turnstile *es_turnstile; /* Associated turnstile. */ member
198 sync->es_turnstile = TURNSTILE_NULL; in esync_alloc()
215 assert3p(sync->es_turnstile, ==, TURNSTILE_NULL); in esync_free()
359 &sync->es_turnstile, TURNSTILE_NULL, tt); in esync_wait()
383 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wait()
432 &sync->es_turnstile, TURNSTILE_NULL, tt); in esync_wake()
463 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wake()