http://bugs.winehq.org/show_bug.cgi?id=19982
--- Comment #56 from ray@pobox.co.uk 2009-10-04 07:30:01 --- (In reply to comment #54)
I wonder whether wine should be using pthread_setaffinity_np() instead of sched_setaffinity().
Looking at http://www.kernel.org/doc/man-pages/online/pages/man2/sched_setaffinity.2.ht... it says:
If you are using the POSIX threads API, then use pthread_setaffinity_np(3) instead of sched_setaffinity().
Does Wine use the "POSIX threads API" ?