Lines Matching refs:active_thread
1685 active_thread = current_processor.active_thread
1686 if unsigned(active_thread) != 0:
1687 task_val = active_thread.t_tro.tro_task
1692 print(GetThreadSummary(active_thread, O=O))
1694 print(GetThreadBackTrace(active_thread, prefix="\t"))
1706 active_thread = current_processor.active_thread
1707 if unsigned(active_thread) != 0 :
1708 task_val = active_thread.t_tro.tro_task
1713 print(GetThreadSummary(active_thread, O=O))
1759 active_thread = processor.active_thread
1760 if unsigned(active_thread) != 0 :
1761 task_val = active_thread.t_tro.tro_task
1766 print(GetThreadSummary(active_thread, O=O))
1769 ThreadVal = GetLLDBThreadForKernelThread(active_thread)
2571 print(GetThreadSummary(active_thread, O=O))