mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel/LibCore: Expose processor id where a thread last ran
This commit is contained in:
parent
d98edb3171
commit
d99901660d
Notes:
sideshowbarker
2024-07-19 05:18:06 +09:00
Author: https://github.com/tomuta
Commit: d99901660d
Pull-request: https://github.com/SerenityOS/serenity/pull/2513
5 changed files with 11 additions and 1 deletions
|
@ -47,6 +47,7 @@ struct ThreadStatistics {
|
|||
unsigned file_read_bytes;
|
||||
unsigned file_write_bytes;
|
||||
String state;
|
||||
u32 cpu;
|
||||
u32 priority;
|
||||
u32 effective_priority;
|
||||
String name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue