summaryrefslogtreecommitdiffstats
path: root/Affinity.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolve compiler warnings and errors relating to the Arg unionNathan Scott2020-08-201-2/+5
| | | | | | | | | | | | Promote the Arg union to a core data type in Object.c such that it is visible everywhere (many source files need it), and correct declarations of several functions that use it. The Process_sendSignal function is also corrected to have the expected return type (bool, not void) - an error being masked by ignoring this not-quite-harmless warning. I've also added error checking to the kill(2) call here, which was previously overlooked / missing (?).
* Portable affinity using hwlocHisham2016-02-141-7/+12
|
* Check for failure in allocations.Hisham2016-02-021-3/+3
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-1/+70
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-2/+2
| | | | (Patch by Dawid Gajownik)
* major header cleanupHisham Muhammad2011-12-261-1/+7
|
* Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad2011-09-241-0/+36

© 2014-2024 Faster IT GmbH | imprint | privacy policy