Changeset c7326f21 in mainline for kernel/generic/src/synch/condvar.c

Timestamp:
2023-02-25T11:51:04Z (20 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f84ee42
Parents:
4777e02
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-22 12:09:47)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-25 11:51:04)
Message:

Move some oddly placed accounting code

Thread ucycles and kcycles should be transferred to the task
accounting when a thread is destroyed, regardless of the
circumstances of its exit. The original code seems to only
do so when a thread returns from its implementing function.

(No files)

Note: See TracChangeset for help on using the changeset viewer.