Changeset 8f80c77 in mainline for kernel/generic/src/sysinfo/stats.c


Ignore:
Timestamp:
2010-06-08T21:26:22Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1113c9e
Parents:
2d3ddad
Message:

Lock/interrupt assertions in the code are self-documenting. No need to have that information duplicated in the comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/sysinfo/stats.c

    r2d3ddad r8f80c77  
    195195 *
    196196 * Summarize task information into task statistics.
    197  * Task lock should be held and interrupts disabled
    198  * before executing this function.
    199197 *
    200198 * @param task       Task.
     
    297295 *
    298296 * Summarize thread information into thread statistics.
    299  * Thread lock should be held and interrupts disabled
    300  * before executing this function.
    301297 *
    302298 * @param thread       Thread.
Note: See TracChangeset for help on using the changeset viewer.