Lines Matching refs:active_thread
1692 active_thread = current_processor.active_thread
1693 if unsigned(active_thread) != 0:
1694 task_val = active_thread.t_tro.tro_task
1699 print(GetThreadSummary(active_thread, O=O))
1701 print(GetThreadBackTrace(active_thread, prefix="\t"))
1713 active_thread = current_processor.active_thread
1714 if unsigned(active_thread) != 0 :
1715 task_val = active_thread.t_tro.tro_task
1720 print(GetThreadSummary(active_thread, O=O))
1766 active_thread = processor.active_thread
1767 if unsigned(active_thread) != 0 :
1768 task_val = active_thread.t_tro.tro_task
1773 print(GetThreadSummary(active_thread, O=O))
1776 ThreadVal = GetLLDBThreadForKernelThread(active_thread)
2567 print(GetThreadSummary(active_thread, O=O))