Marco Alvarado wrote: > I'm using SetThreadAffinityMask() on Windows to set the processor for > a given TThread object. What can I use on Linux?
On linux you could use sched_setaffinity, but I don't think fpc has
wrapped that yet. Linux man page says it's linux specific.
Micha
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
