Changeset 0313ff0 in mainline for kernel/generic/include/proc/task.h


Ignore:
Timestamp:
2006-12-14T12:35:57Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
def5207
Parents:
cd896e2
Message:

accumulate task accounting, run tests as separate kernel task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    rcd896e2 r0313ff0  
    8383        mutex_t futexes_lock;
    8484        btree_t futexes;        /**< B+tree of futexes referenced by this task. */
     85       
     86        uint64_t cycles;        /**< Accumulated accounting. */
    8587};
    8688
     
    9496extern task_t *task_find_by_id(task_id_t id);
    9597extern int task_kill(task_id_t id);
     98extern uint64_t task_get_accounting(task_t *t);
    9699
    97100
Note: See TracChangeset for help on using the changeset viewer.