Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dturnstile.h368 thread_t ts_thread; /* thread the turnstile is attached to */ member
H A Dturnstile.c838 turnstile->ts_thread = current_thread(); in turnstile_alloc()
1021 thread_turnstile->ts_prev_thread = thread_turnstile->ts_thread; in turnstile_prepare_common()
1022 thread_turnstile->ts_thread = NULL; in turnstile_prepare_common()
1183 thread_turnstile->ts_thread = thread; in turnstile_complete_common()