Searched refs:ts_thread (Results 1 – 3 of 3) sorted by relevance
64 out_string += format_str.format(turnstile.ts_thread, turnstile.ts_prev_thread)
342 thread_t ts_thread; /* thread the turnstile is attached to */ member
874 turnstile->ts_thread = current_thread(); in turnstile_init()1021 thread_turnstile->ts_prev_thread = thread_turnstile->ts_thread; in turnstile_prepare()1022 thread_turnstile->ts_thread = NULL; in turnstile_prepare()1145 thread_turnstile->ts_thread = thread; in turnstile_complete()