summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_spec.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid conflicts with libc symbols in libthr jump table.Konstantin Belousov2019-07-311-9/+12
* Untangle jemalloc and mutexes initialization.Konstantin Belousov2019-01-291-6/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* [libthr] revert change of visibility of _thread_keytable to unbreak debuggerMichael Zhilin2017-10-021-1/+2
* libthr: fix warnings at WARNS=6Eric van Gyzen2017-05-191-1/+1
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Some third-party malloc(3) implementations use pthread_setspecific(3)Konstantin Belousov2015-05-151-110/+91
* Return one-based key so that user can check if the key is ever allocatedDavid Xu2013-05-161-4/+7
* Unregister thread specific data destructor when a corresponding dsoDavid Xu2010-08-271-0/+21
* don't report error if key was deleted.David Xu2009-09-251-1/+11
* In _pthread_key_create() ensure that libthr is initialized. ThisMarius Strobl2007-11-061-1/+5
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Explicitly request pre-zeroed memory instead of memset'ing ourXin LI2006-05-311-5/+1
* WARNS level 4 cleanup.David Xu2006-04-041-7/+8
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-74/+85
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-9/+2
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+225