mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel+LibPthread: Remove m_ prefix for public members
This commit is contained in:
parent
648b4c7d74
commit
93c741018e
Notes:
sideshowbarker
2024-07-18 11:10:09 +09:00
Author: https://github.com/gunnarbeutner
Commit: 93c741018e
Pull-request: https://github.com/SerenityOS/serenity/pull/8364
3 changed files with 63 additions and 63 deletions
|
@ -345,8 +345,8 @@ struct SC_getkeymap_params {
|
|||
};
|
||||
|
||||
struct SC_create_thread_params {
|
||||
unsigned int m_detach_state = 0; // JOINABLE or DETACHED
|
||||
int m_schedule_priority = 30; // THREAD_PRIORITY_NORMAL
|
||||
unsigned int detach_state = 0; // JOINABLE or DETACHED
|
||||
int schedule_priority = 30; // THREAD_PRIORITY_NORMAL
|
||||
// FIXME: Implement guard pages in create_thread (unreadable pages at "overflow" end of stack)
|
||||
// "If an implementation rounds up the value of guardsize to a multiple of {PAGESIZE},
|
||||
// a call to pthread_attr_getguardsize() specifying attr shall store in the guardsize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue