mirror of https://github.com/yuzu-mirror/yuzu
				
				
				
			kernel/scheduler: Use std::mutex instead of spin lock
Profiling shows that this is a highly contested mutex, causing dimishing results compared to a OS lock. std::mutex implementations can spin for a while before falling back to an OS lock. This avoids wasting precious CPU cycles in a no-op.pull/8/head
							parent
							
								
									f1d8c83e1c
								
							
						
					
					
						commit
						9b38f4fc55
					
				
					Loading…
					
					
				
		Reference in New Issue