Lines Matching refs:active_thread
1396 active_thread = current_processor.active_thread
1397 if unsigned(active_thread) != 0:
1398 task_val = active_thread.t_tro.tro_task
1403 print(GetThreadSummary(active_thread, O=O))
1405 print(GetThreadBackTrace(active_thread, prefix="\t"))
1417 active_thread = current_processor.active_thread
1418 if unsigned(active_thread) != 0 :
1419 task_val = active_thread.t_tro.tro_task
1424 print(GetThreadSummary(active_thread, O=O))
1474 active_thread = processor.active_thread
1475 if unsigned(active_thread) != 0 :
1476 task_val = active_thread.t_tro.tro_task
1481 print(GetThreadSummary(active_thread, O=O))
1484 ThreadVal = GetLLDBThreadForKernelThread(active_thread)
2276 print(GetThreadSummary(active_thread, O=O))