Searched refs:top_act (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c450 thread_t th, top_act; local
513 top_act = THREAD_NULL;
583 if (top_act != THREAD_NULL) {
770 if (top_act == THREAD_NULL)
771 top_act = th;
801 if (top_act != THREAD_NULL)
802 th = top_act;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c763 thread_act_t th, top_act; local
828 top_act = THR_ACT_NULL;
894 if (top_act != THR_ACT_NULL) {
1112 if (top_act != THR_ACT_NULL)
1113 th = top_act;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c1120 if (shuttle->top_act == THR_ACT_NULL)
1124 for (thr_act = shuttle->top_act; thr_act != THR_ACT_NULL;
1126 if (thr_act != shuttle->top_act)
1377 thr_act = thread->top_act;

Completed in 20 milliseconds