mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 06:46:40 +08:00 
			
		
		
		
	kernel: svc_types: Add ThreadActivity.
This commit is contained in:
		
							parent
							
								
									1772ebeb1e
								
							
						
					
					
						commit
						1470338458
					
				| @ -77,6 +77,11 @@ enum class ArbitrationType : u32 { | |||||||
|     WaitIfEqual = 2, |     WaitIfEqual = 2, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | enum class ThreadActivity : u32 { | ||||||
|  |     Runnable = 0, | ||||||
|  |     Paused = 1, | ||||||
|  | }; | ||||||
|  | 
 | ||||||
| constexpr inline s32 IdealCoreDontCare = -1; | constexpr inline s32 IdealCoreDontCare = -1; | ||||||
| constexpr inline s32 IdealCoreUseProcessValue = -2; | constexpr inline s32 IdealCoreUseProcessValue = -2; | ||||||
| constexpr inline s32 IdealCoreNoUpdate = -3; | constexpr inline s32 IdealCoreNoUpdate = -3; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user