1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:15:10 +00:00

Kernel+LibPthread: Remove m_ prefix for public members

This commit is contained in:
Gunnar Beutner 2021-07-01 11:20:27 +02:00 committed by Andreas Kling
parent 648b4c7d74
commit 93c741018e
3 changed files with 63 additions and 63 deletions

View file

@ -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