Changeset 693 for soft/giet_vm/applications/ocean/giet_utils.C
- Timestamp:
- Aug 5, 2015, 6:46:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/ocean/giet_utils.C
r598 r693 102 102 103 103 giet_proc_xyp(&cx, &cy, &lp); 104 giet_ shr_printf("Thread %d (%d:%d.%d) waiting\n", id, cx, cy, lp);104 giet_tty_printf("Thread %d (%d:%d.%d) waiting\n", id, cx, cy, lp); 105 105 106 106 if (lp == 0) { … … 212 212 } 213 213 } 214 giet_ shr_printf("Thread %d launched\n", id);214 giet_tty_printf("Thread %d launched\n", id); 215 215 216 216 slave(&id);
Note: See TracChangeset
for help on using the changeset viewer.