This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What *is* the API for sched_getaffinity? Should sched_getaffinity always succeed when using cpu_set_t?


Hi!
> /sys/devices/system/cpu/possible returns possible cpu mask. AFAIK, unfortunately,
> sysconf() doesn't support to get possible cpus.

There is _SC_NPROCESSORS_CONF and get_nprocs_conf() that counts number
of directories with cpu prefix in '/sys/devices/system/'.

-- 
Cyril Hrubis
chrubis@suse.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]