Project

General

Profile

« Previous | Next » 

Revision 49b6dc8f

Added by mame (Yusuke Endoh) about 2 years ago

Prevent cpu_set_t overflow even if there are more than 63 cores

Do not use pthread_attr_setaffinity_np if sched_getcpu() exceeds
CPU_SETSIZE. (Using CPU_ALLOC() would be more appropriate.)