Changeset 3d84734 in mainline for kernel/generic/src/sysinfo/stats.c
- Timestamp:
- 2024-01-20T17:19:52Z (17 months ago)
- Branches:
- master
- Children:
- 41bfc64
- Parents:
- efed95a3
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-20 17:18:35)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-20 17:19:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/sysinfo/stats.c
refed95a3 r3d84734 304 304 stats_thread->task_id = thread->task->taskid; 305 305 stats_thread->state = thread->state; 306 stats_thread->priority = thread->priority;306 stats_thread->priority = atomic_get_unordered(&thread->priority); 307 307 stats_thread->ucycles = thread->ucycles; 308 308 stats_thread->kcycles = thread->kcycles;
Note:
See TracChangeset
for help on using the changeset viewer.