Changeset fce9b19 in mainline


Ignore:
Timestamp:
2018-03-13T18:01:48Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aadde10
Parents:
f40237f
git-author:
Jakub Jermar <jakub@…> (2018-03-11 09:05:08)
git-committer:
Jakub Jermar <jakub@…> (2018-03-13 18:01:48)
Message:

Print number of answerbox' active calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    rf40237f rfce9b19  
    960960        irq_spinlock_lock(&task->answerbox.lock, false);
    961961
     962        printf("Active calls: %" PRIun "\n",
     963            atomic_get(&task->answerbox.active_calls));
     964
    962965#ifdef __32_BITS__
    963966        printf("[call id ] [method] [arg1] [arg2] [arg3] [arg4] [arg5]"
Note: See TracChangeset for help on using the changeset viewer.