mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	Kernel+LibPthread: Remove m_ prefix for public members
This commit is contained in:
		
							parent
							
								
									648b4c7d74
								
							
						
					
					
						commit
						93c741018e
					
				
					 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
	
	 Gunnar Beutner
						Gunnar Beutner