aboutsummaryrefslogtreecommitdiff
path: root/src/sched/sched_cpucount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* add cpu affinity interfacesRich Felker2013-08-101-0/+11
this first commit just includes the CPU_* and sched_* interfaces, not the pthread_* interfaces, which may be added later. simple sanity-check testing has been done for the basic interfaces, but most of the macros have not yet been tested.