Changeset 6618186 in mainline


Ignore:
Timestamp:
2018-03-11T09:05:08Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Children:
9f8a9627
Parents:
934fa81
Message:

Print number of answerbox' active calls

File:
1 edited

Legend:

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

    r934fa81 r6618186  
    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.