summaryrefslogtreecommitdiffstats
path: root/Affinity.h
Commit message (Collapse)AuthorAgeFilesLines
* Resolve compiler warnings and errors relating to the Arg unionNathan Scott2020-08-201-2/+3
| | | | | | | | | | | | 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 (?).
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-7/+7
| | | | Sync-up missing extern declarations for many functions.
* Portable affinity using hwlocHisham2016-02-141-2/+7
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-1/+21
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-0/+27
UTF-8 display of big numbers.

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