Changeset aae2869 in mainline for kernel/generic/include/proc/thread.h


Ignore:
Timestamp:
2023-02-04T16:19:21Z (15 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
011c79a
Parents:
8addb24a
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-16 11:03:29)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-04 16:19:21)
Message:

Replace THREAD→ticks with CPU→preempt_deadline

This removes a bit of unnecessary locking in clock().

File:
1 edited

Legend:

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

    r8addb24a raae2869  
    177177        bool uspace;
    178178
    179         /** Ticks before preemption. */
    180         uint64_t ticks;
    181 
    182179        /** Thread accounting. */
    183180        uint64_t ucycles;
Note: See TracChangeset for help on using the changeset viewer.