1. LibOS support sched_getaffinity() and sched_setaffinity() system calls 2. Add sched_cpu_affinity test cases in occlum/test/sched
		
			
				
	
	
		
			6 lines
		
	
	
		
			76 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			76 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include ../test_common.mk
 | 
						|
 | 
						|
EXTRA_C_FLAGS :=
 | 
						|
EXTRA_LINK_FLAGS :=
 | 
						|
BIN_ARGS :=
 |