Lines Matching refs:active_thread
1444 active_thread = current_processor.active_thread
1445 if unsigned(active_thread) != 0:
1446 task_val = active_thread.t_tro.tro_task
1451 print(GetThreadSummary(active_thread, O=O))
1453 print(GetThreadBackTrace(active_thread, prefix="\t"))
1465 active_thread = current_processor.active_thread
1466 if unsigned(active_thread) != 0 :
1467 task_val = active_thread.t_tro.tro_task
1472 print(GetThreadSummary(active_thread, O=O))
1522 active_thread = processor.active_thread
1523 if unsigned(active_thread) != 0 :
1524 task_val = active_thread.t_tro.tro_task
1529 print(GetThreadSummary(active_thread, O=O))
1532 ThreadVal = GetLLDBThreadForKernelThread(active_thread)
2338 print(GetThreadSummary(active_thread, O=O))