Changeset 7b63b6b in mainline for kernel/generic/src/proc/thread.c
- Timestamp:
- 2007-07-02T18:37:41Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e70bfa5
- Parents:
- daa90e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
rdaa90e8 r7b63b6b 587 587 588 588 printf("tid name address state task ctx code " 589 " stack cycles cpu kstackwaitqueue\n");589 " stack cycles cpu waitqueue\n"); 590 590 printf("------ ---------- ---------- -------- ---------- --- --------" 591 "-- ---------- ---------- ---- --------- - ----------\n");591 "-- ---------- ---------- ---- ---------\n"); 592 592 593 593 for (cur = threads_btree.leaf_head.next; … … 617 617 618 618 if (t->state == Sleeping) 619 printf(" %#10zx %#10zx", t->kstack, 620 t->sleep_queue); 619 printf(" %#10zx", t->sleep_queue); 621 620 622 621 printf("\n");
Note:
See TracChangeset
for help on using the changeset viewer.