All host tests currently pass Some async refactors may not work well on device, will try later
		
			
				
	
	
		
			5 lines
		
	
	
		
			82 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			82 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "lock.h"
 | |
| 
 | |
| #ifdef __x86_64__
 | |
| std::recursive_mutex InterruptLock::m;
 | |
| #endif |