aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_info.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Simplify code by replacing _thr_ref_add() with _thr_find_thread().David Xu2012-07-201-5/+1
* If a thread who's name is being set is not the current thread, use macrosDavid Xu2007-04-051-2/+2
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* WARNS level 4 cleanup.David Xu2006-04-041-2/+5
* use syscall thr_set_name to implement pthread_set_name_np.David Xu2006-02-051-9/+18
* Add missing symbol pthread_set_name_np.David Xu2006-01-231-0/+2
* Rescue pthread_set_name_np for compatible reason, remove unused code.David Xu2006-01-091-151/+9
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-41/+48
* Start locking up the active and dead threads lists. The active threadsMike Makonnen2003-05-251-0/+2
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-1/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+193