Changeset c4e4507 in mainline for generic/src/proc/task.c
- Timestamp:
- 2006-06-04T17:17:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cb5e64
- Parents:
- fe19611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/proc/task.c
rfe19611 rc4e4507 230 230 231 231 spinlock_lock(&t->lock); 232 printf("%s : address=%#zX, taskid=%#llX, as=%#zX, ActiveCalls: %zd",233 t->name, t , t->taskid, t->as, atomic_get(&t->active_calls));232 printf("%s(%lld): address=%#zX, as=%#zX, ActiveCalls: %zd", 233 t->name, t->taskid, t, t->as, atomic_get(&t->active_calls)); 234 234 for (j=0; j < IPC_MAX_PHONES; j++) { 235 235 if (t->phones[j].callee)
Note:
See TracChangeset
for help on using the changeset viewer.