Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dturnstile.c1287 turnstile_inheritor_t old_inheritor = turnstile->ts_inheritor; in turnstile_update_inheritor_locked() local
1310 if (old_inheritor) { in turnstile_update_inheritor_locked()
1324 if (old_inheritor == new_inheritor && old_inheritor == NULL) { in turnstile_update_inheritor_locked()
1328 if (old_inheritor == new_inheritor) { in turnstile_update_inheritor_locked()
1364 if (old_inheritor != NULL) { in turnstile_update_inheritor_locked()
1366 thread_t thread_inheritor = (thread_t)old_inheritor; in turnstile_update_inheritor_locked()
1371 struct turnstile *old_turnstile = old_inheritor; in turnstile_update_inheritor_locked()
1439 thread->inheritor = old_inheritor; in turnstile_update_inheritor_locked()
2851 turnstile_inheritor_t old_inheritor = thread->inheritor; in turnstile_cleanup() local
2856 if (old_inheritor == TURNSTILE_INHERITOR_NULL) { in turnstile_cleanup()
[all …]