aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_affinity.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-3/+3
* Don't compare thread pointers again.David Xu2010-09-131-3/+3
* PS_DEAD state needs not be checked because _thr_find_thread() has alreadyDavid Xu2010-09-131-4/+0
* Convert thread list lock from mutex to rwlock.David Xu2010-09-131-7/+14
* Avoid various shadowed variables. libthr is now almost WARNS=4 clean exceptXin LI2008-04-231-5/+5
* Non-portable functions are in pthread_np.h, fix compiling problem.David Xu2008-04-021-1/+1
* if passed thread pointer is equal to current thread, pass -1 to kernelDavid Xu2008-03-191-11/+19
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np toDavid Xu2008-03-031-0/+74