mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	thread: added declaration for __KernelReschedule to be used by syscall module
This commit is contained in:
		
							parent
							
								
									29930ac110
								
							
						
					
					
						commit
						f5a119a367
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -28,6 +28,9 @@ Handle __KernelCreateThread(const char *name, u32 entry_point, s32 priority, | |||
| /// Sets up the primary application thread
 | ||||
| Handle __KernelSetupMainThread(s32 priority, int stack_size=KERNEL_DEFAULT_STACK_SIZE); | ||||
| 
 | ||||
| /// Reschedules to the next available thread (call after current thread is suspended)
 | ||||
| void __KernelReschedule(const char *reason); | ||||
| 
 | ||||
| void __KernelThreadingInit(); | ||||
| void __KernelThreadingShutdown(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue