Add thread affinity support for FreeBSD
authorGabor Pali <pgj@FreeBSD.org>
Tue, 20 Jul 2010 00:14:09 +0000 (00:14 +0000)
committerGabor Pali <pgj@FreeBSD.org>
Tue, 20 Jul 2010 00:14:09 +0000 (00:14 +0000)
commit13346da217137e4efb6cf14657960c75a23251ad
tree759e7a6f229140dc41a1551b31c418de5270fc8a
parent28c2bbb03ff6144f3a09e5286c8c3ca6ad3689e8
Add thread affinity support for FreeBSD
- Implement missing functions for setting thread affinity and getting real
  number of processors.
- It is available starting from 7.1-RELEASE, which includes a native support
  for managing CPU sets.
- Add __BSD_VISIBLE, since it is required for certain types to be visible in
  addition to POSIX & C99.
configure.ac
rts/posix/OSThreads.c