summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_affinity.c
Commit message (Collapse)AuthorAgeFilesLines
* if passed thread pointer is equal to current thread, pass -1 to kerneldavidxu2008-03-191-11/+19
| | | | to speed up searching.
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np todavidxu2008-03-031-0/+74
get and set thread's cpu affinity mask.
OpenPOWER on IntegriCloud