summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_affinity.c
AgeCommit message (Expand)Author
2024-03-06libthr: remove explicit sys/cdefs.h includesKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-08Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov
2010-09-13Don't compare thread pointers again.David Xu
2010-09-13PS_DEAD state needs not be checked because _thr_find_thread() has alreadyDavid Xu
2010-09-13Convert thread list lock from mutex to rwlock.David Xu
2008-04-23Avoid various shadowed variables. libthr is now almost WARNS=4 clean exceptXin LI
2008-04-02Non-portable functions are in pthread_np.h, fix compiling problem.David Xu
2008-03-19if passed thread pointer is equal to current thread, pass -1 to kernelDavid Xu
2008-03-03Implement functions pthread_getaffinity_np and pthread_setaffinity_np toDavid Xu